Cloud.Service.AWS.Lambda.Alias
{
"account": "string",
"arn": "string",
"count": 0,
"description": "string",
"function_name": "string",
"function_version": "string",
"name": "string",
"region": "string",
"routing_config": [
{
"additional_version_weights": {}
}
]
}
(Required) The name of the AWS cloud account to use for this resource
Amazon Resource Name (ARN) assigned by AWS to the Lambda function alias.
The number of resource instances to be created.
Free-form explanation of the alias.
(Required) Unique name of the function for which you want to create the alias.
(Required) Lambda function version for which you are creating the alias, in (\$LATEST|[0-9]+)
format.
(Required) Name for the alias in (?!^0-9$)(a-zA-Z0-9-_)
format.
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.
Settings for event routing.