deployments
Retrieves a list of deployments
in a region
Overview
Name | deployments |
Type | Resource |
Description | deployments |
Id | awscc.apigateway.deployments |
Fields
Name | Datatype | Description |
---|---|---|
deployment_id | string | |
rest_api_id | string | The string identifier of the associated RestApi. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
deployment_id,
rest_api_id
FROM awscc.apigateway.deployments
WHERE region = 'us-east-1'
Permissions
To operate on the deployments
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:PATCH,
apigateway:PUT,
apigateway:GET
List
apigateway:GET