AWSLambdaAliasConfiguration Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSLambdaModel.h AWSLambdaModel.m |
aliasArn
The Amazon Resource Name (ARN) of the alias.
@property (nonatomic, strong) NSString *aliasArn
Declared In
AWSLambdaModel.h
detail
A description of the alias.
@property (nonatomic, strong) NSString *detail
Declared In
AWSLambdaModel.h
functionVersion
The function version that the alias invokes.
@property (nonatomic, strong) NSString *functionVersion
Declared In
AWSLambdaModel.h
name
The name of the alias.
@property (nonatomic, strong) NSString *name
Declared In
AWSLambdaModel.h
revisionId
A unique identifier that changes when you update the alias.
@property (nonatomic, strong) NSString *revisionId
Declared In
AWSLambdaModel.h
routingConfig
The routing configuration of the alias.
@property (nonatomic, strong) AWSLambdaAliasRoutingConfiguration *routingConfig
Declared In
AWSLambdaModel.h