config_tags
Expands all tag keys and values for configs
in a region
Overview
Name | config_tags |
Type | Resource |
Description | AWS Ground Station config resource type for CloudFormation. |
Id | aws.groundstation.config_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
type | string | |
config_data | object | |
arn | string | |
id | string | |
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 configs
in a region.
SELECT
region,
name,
type,
config_data,
arn,
id,
tag_key,
tag_value
FROM aws.groundstation.config_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the config_tags
resource, see configs