deployments_list_only
Lists deployments
in a region or regions, for all properties use deployments
Overview
Name | deployments_list_only |
Type | Resource |
Description | The AWS::ApiGatewayV2::Deployment resource creates a deployment for an API. |
Id | aws.apigatewayv2.deployments_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all deployments
in a region.
SELECT
region,
api_id,
deployment_id
FROM aws.apigatewayv2.deployments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the deployments_list_only
resource, see deployments