Cloud.Service.AWS.Lambda.Alias
{
"account": "string",
"arn": "string",
"count": 0,
"description": "string",
"function_name": "string",
"function_version": "string",
"invoke_arn": "string",
"name": "string",
"region": "string",
"routing_config": [
{}
]
}
(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.
ARN used for invoking the function using API Gateway Integration.
(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.