AWSLambdaAliasConfiguration
Objective-C
@interface AWSLambdaAliasConfiguration
Swift
class AWSLambdaAliasConfiguration
Provides configuration information about a Lambda function alias.
-
The Amazon Resource Name (ARN) of the alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable aliasArn;Swift
var aliasArn: String? { get set } -
A description of the alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The function version that the alias invokes.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable functionVersion;Swift
var functionVersion: String? { get set } -
The name of the alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
A unique identifier that changes when you update the alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable revisionId;Swift
var revisionId: String? { get set } -
The routing configuration of the alias.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaAliasRoutingConfiguration *_Nullable routingConfig;Swift
var routingConfig: AWSLambdaAliasRoutingConfiguration? { get set }
View on GitHub
Install in Dash
AWSLambdaAliasConfiguration Class Reference