class
Amazonite::Lambda::CreateAliasRequest
- Amazonite::Lambda::CreateAliasRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/create_alias_request.crConstructors
- .new(function_name : String, name : String, function_version : String, description : String | Nil = nil, routing_config : AliasRoutingConfiguration | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
A description of the alias.
-
#description=(description : String | Nil)
A description of the alias.
-
#function_name : String
The name or ARN of the Lambda function.
-
#function_name=(function_name : String)
The name or ARN of the Lambda function.
-
#function_version : String
The function version that the alias invokes.
-
#function_version=(function_version : String)
The function version that the alias invokes.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the alias.
-
#name=(name : String)
The name of the alias.
-
#routing_config : AliasRoutingConfiguration | Nil
The routing configuration of the alias.
-
#routing_config=(routing_config : AliasRoutingConfiguration | Nil)
The routing configuration of the alias.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name or ARN 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.
The name or ARN 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.
The routing configuration of the alias.