stage_tags
Expands all tag keys and values for stages
in a region
Overview
Name | stage_tags |
Type | Resource |
Description | The AWS::ApiGateway::Stage resource creates a stage for a deployment. |
Id | aws.apigateway.stage_tags |
Fields
Name | Datatype | Description |
---|---|---|
access_log_setting | object | The AccessLogSetting property type specifies settings for logging access in this stage.AccessLogSetting is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource. |
cache_cluster_enabled | boolean | |
cache_cluster_size | string | |
canary_setting | object | |
client_certificate_id | string | |
deployment_id | string | |
description | string | |
documentation_version | string | |
method_settings | array | |
rest_api_id | string | |
stage_name | string | |
tracing_enabled | boolean | |
variables | object | A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+ . |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all stages
in a region.
SELECT
region,
access_log_setting,
cache_cluster_enabled,
cache_cluster_size,
canary_setting,
client_certificate_id,
deployment_id,
description,
documentation_version,
method_settings,
rest_api_id,
stage_name,
tracing_enabled,
variables,
tag_key,
tag_value
FROM aws.apigateway.stage_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stage_tags
resource, see stages