Skip to main content

deployment

Gets an individual deployment resource

Overview

Namedeployment
TypeResource
Descriptiondeployment
Idawscc.apigatewayv2.deployment

Fields

NameDatatypeDescription
deployment_idstring
descriptionstringThe description for the deployment resource.
stage_namestringThe name of an existing stage to associate with the deployment.
api_idstringThe API identifier.
regionstringAWS 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