The AWS::ApiGatewayV2::Deployment
resource creates a deployment for an API.
api_id
(String) The API identifier.description
(String) The description for the deployment resource.stage_name
(String) The name of an existing stage to associate with the deployment.deployment_id
(String)id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_apigatewayv2_deployment.example <resource ID>