cluster_subnet_group_tags
Expands all tag keys and values for cluster_subnet_groups
in a region
Overview
Name | cluster_subnet_group_tags |
Type | Resource |
Description | Specifies an Amazon Redshift subnet group. |
Id | aws.redshift.cluster_subnet_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The description of the parameter group. |
subnet_ids | array | The list of VPC subnet IDs |
cluster_subnet_group_name | string | This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default". |
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 cluster_subnet_groups
in a region.
SELECT
region,
description,
subnet_ids,
cluster_subnet_group_name,
tag_key,
tag_value
FROM aws.redshift.cluster_subnet_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cluster_subnet_group_tags
resource, see cluster_subnet_groups