Skip to main content

deployments

Retrieves a list of deployments in a region

Overview

Namedeployments
TypeResource
Descriptiondeployments
Idawscc.apigateway.deployments

Fields

NameDatatypeDescription
deployment_idstring
rest_api_idstringThe string identifier of the associated RestApi.
regionstringAWS 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