stages_list_only
Lists stages
in a region or regions, for all properties use stages
Overview
Name | stages_list_only |
Type | Resource |
Description | The AWS::ApiGateway::Stage resource creates a stage for a deployment. |
Id | aws.apigateway.stages_list_only |
Fields
Name | Datatype | Description |
---|---|---|
rest_api_id | string | |
stage_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all stages
in a region.
SELECT
region,
rest_api_id,
stage_name
FROM aws.apigateway.stages_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stages_list_only
resource, see stages