Skip to main content

cluster_parameter_groups

Retrieves a list of cluster_parameter_groups in a region

Overview

Namecluster_parameter_groups
TypeResource
Descriptioncluster_parameter_groups
Idawscc.redshift.cluster_parameter_groups

Fields

NameDatatypeDescription
parameter_group_namestringThe name of the cluster parameter group.
regionstringAWS 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