Cloud.Service.AWS.API.Gateway.Deployment
{
"account": "string",
"count": 0,
"created_date": "string",
"description": "string",
"execution_arn": "string",
"invoke_url": "string",
"region": "string",
"rest_api_id": "string",
"stage_description": "string",
"stage_name": "string"
}
(Required) The name of the AWS cloud account to use for this resource
The number of resource instances to be created.
Date when the gateway deployment is created.
Description or purpose of the gateway deployment.
Amazon Resource Name (ARN) to be used when invoking the AWS Lambda function.
URL used to invoke the API that points to the stage. For example https://a54b781f.execute-api.us-west-1.amazonaws.com/prod.
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.
(Required) Unique identifier of the associated application REST API.
Description or purpose of the gateway stage, such as test or production.
Name of the gateway stage. If the stage already exists, it will be updated to point to this deployment.
Map that defines variables for the gateway stage.