Skip to main content

cluster_subnet_groups_list_only

Lists cluster_subnet_groups in a region or regions, for all properties use cluster_subnet_groups

Overview

Namecluster_subnet_groups_list_only
TypeResource
DescriptionSpecifies an Amazon Redshift subnet group.
Idaws.redshift.cluster_subnet_groups_list_only

Fields

NameDatatypeDescription
descriptionstringThe description of the parameter group.
subnet_idsarrayThe list of VPC subnet IDs
tagsarrayThe list of tags for the cluster parameter group.
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".
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all cluster_subnet_groups in a region.

SELECT
region,
cluster_subnet_group_name
FROM aws.redshift.cluster_subnet_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the cluster_subnet_groups_list_only resource, see cluster_subnet_groups