cluster_parameter_groups
Retrieves a list of cluster_parameter_groups
in a region
Overview
Name | cluster_parameter_groups |
Type | Resource |
Description | cluster_parameter_groups |
Id | awscc.redshift.cluster_parameter_groups |
Fields
Name | Datatype | Description |
---|---|---|
parameter_group_name | string | The name of the cluster parameter group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
parameter_group_name
FROM awscc.redshift.cluster_parameter_groups
WHERE region = 'us-east-1'
Permissions
To operate on the cluster_parameter_groups
resource, the following permissions are required:
Create
redshift:CreateClusterParameterGroup,
redshift:ModifyClusterParameterGroup,
redshift:DescribeClusterParameterGroups,
redshift:DescribeClusterParameters,
redshift:DescribeTags,
redshift:CreateTags,
ec2:AllocateAddress,
ec2:AssociateAddress,
ec2:AttachNetworkInterface,
ec2:DescribeAccountAttributes,
ec2:DescribeAddresses,
ec2:DescribeAvailabilityZones,
ec2:DescribeInternetGateways,
ec2:DescribeSecurityGroups,
ec2:DescribeSubnets,
ec2:DescribeVpcs
List
redshift:DescribeTags,
redshift:DescribeClusterParameterGroups,
redshift:DescribeClusterParameters,
initech:ListReports