AWSLambdaUpdateAliasRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSLambdaModel.h AWSLambdaModel.m |
detail
A description of the alias.
@property (nonatomic, strong) NSString *detail
Declared In
AWSLambdaModel.h
functionName
The name of the Lambda function.
Name formats
Function name -
MyFunction
.Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.Partial ARN -
123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
@property (nonatomic, strong) NSString *functionName
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
Only update the alias if the revision ID matches the ID that's specified. Use this option to avoid modifying an alias that has changed since you last read it.
@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