Skip to main content

cluster_subnet_group_tags

Expands all tag keys and values for cluster_subnet_groups in a region

Overview

Namecluster_subnet_group_tags
TypeResource
DescriptionSpecifies an Amazon Redshift subnet group.
Idaws.redshift.cluster_subnet_group_tags

Fields

NameDatatypeDescription
descriptionstringThe description of the parameter group.
subnet_idsarrayThe list of VPC subnet IDs
cluster_subnet_group_namestringThis 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_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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