class
Amazonite::Lambda::UpdateAliasRequest
- Amazonite::Lambda::UpdateAliasRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/update_alias_request.crConstructors
- .new(function_name : String, name : String, function_version : String | Nil = nil, description : String | Nil = nil, routing_config : AliasRoutingConfiguration | Nil = nil, revision_id : String | 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 | Nil
The function version that the alias invokes.
-
#function_version=(function_version : String | Nil)
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.
-
#revision_id : String | Nil
Only update the alias if the revision ID matches the ID that's specified.
-
#revision_id=(revision_id : String | Nil)
Only update the alias if the revision ID matches the ID that's specified.
-
#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 function version that the alias invokes.
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.
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.
The routing configuration of the alias.