Skip to main content

deployments

Retrieves a list of deployments in a region

Overview

Namedeployments
TypeResource
Descriptiondeployments
Idawscc.apigatewayv2.deployments

Fields

NameDatatypeDescription
api_idstringThe API identifier.
deployment_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
api_id,
deployment_id
FROM awscc.apigatewayv2.deployments
WHERE region = 'us-east-1'

Permissions

To operate on the deployments resource, the following permissions are required:

Create

apigateway:POST

List

apigateway:GET