cluster_subnet_groups_list_only
Lists cluster_subnet_groups
in a region or regions, for all properties use cluster_subnet_groups
Overview
Name | cluster_subnet_groups_list_only |
Type | Resource |
Description | Specifies an Amazon Redshift subnet group. |
Id | aws.redshift.cluster_subnet_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The description of the parameter group. |
subnet_ids | array | The list of VPC subnet IDs |
tags | array | The list of tags for the cluster parameter group. |
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". |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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