AWSLambdaPublishLayerVersionRequest
Objective-C
@interface AWSLambdaPublishLayerVersionRequest
Swift
class AWSLambdaPublishLayerVersionRequest
-
A list of compatible instruction set architectures.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable compatibleArchitectures;
Swift
var compatibleArchitectures: [String]? { get set }
-
A list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable compatibleRuntimes;
Swift
var compatibleRuntimes: [String]? { get set }
-
The function layer archive.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaLayerVersionContentInput *_Nullable content;
Swift
var content: AWSLambdaLayerVersionContentInput? { get set }
-
The description of the version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The name or Amazon Resource Name (ARN) of the layer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable layerName;
Swift
var layerName: String? { get set }
-
The layer’s software license. It can be any of the following:
An SPDX license identifier. For example,
MIT
.The URL of a license hosted on the internet. For example,
https://opensource.org/licenses/MIT
.The full text of the license.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable licenseInfo;
Swift
var licenseInfo: String? { get set }