cluster_parameter_groups_list_only
Lists cluster_parameter_groups
in a region or regions, for all properties use cluster_parameter_groups
Overview
Name | cluster_parameter_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Redshift::ClusterParameterGroup |
Id | aws.redshift.cluster_parameter_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
parameter_group_name | string | The name of the cluster parameter group. |
description | string | A description of the parameter group. |
parameter_group_family | string | The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters. |
parameters | array | An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all cluster_parameter_groups
in a region.
SELECT
region,
parameter_group_name
FROM aws.redshift.cluster_parameter_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cluster_parameter_groups_list_only
resource, see cluster_parameter_groups