deployment
Gets an individual deployment
resource
Overview
Name | deployment |
Type | Resource |
Description | deployment |
Id | awscc.apigatewayv2.deployment |
Fields
Name | Datatype | Description |
---|---|---|
deployment_id | string | |
description | string | The description for the deployment resource. |
stage_name | string | The name of an existing stage to associate with the deployment. |
api_id | string | The API identifier. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
deployment_id,
description,
stage_name,
api_id
FROM awscc.apigatewayv2.deployment
WHERE data__Identifier = '<ApiId>|<DeploymentId>';
Permissions
To operate on the deployment
resource, the following permissions are required:
Update
apigateway:PATCH,
apigateway:GET,
apigateway:PUT
Read
apigateway:GET
Delete
apigateway:GET,
apigateway:DELETE