Skip to main content

cluster_parameter_group

Gets an individual cluster_parameter_group resource

Overview

Namecluster_parameter_group
TypeResource
Descriptioncluster_parameter_group
Idawscc.redshift.cluster_parameter_group

Fields

NameDatatypeDescription
parameter_group_namestringThe name of the cluster parameter group.
descriptionstringA description of the parameter group.
parameter_group_familystringThe Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.
parametersarrayAn array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
parameter_group_name,
description,
parameter_group_family,
parameters,
tags
FROM awscc.redshift.cluster_parameter_group
WHERE data__Identifier = '<ParameterGroupName>';

Permissions

To operate on the cluster_parameter_group resource, the following permissions are required:

Read

redshift:DescribeClusterParameterGroups,
initech:DescribeReport,
redshift:DescribeClusterParameters,
redshift:DescribeTags

Update

redshift:DescribeClusterParameterGroups,
redshift:ResetClusterParameterGroup,
redshift:ModifyClusterParameterGroup,
redshift:DescribeClusterParameters,
redshift:DescribeTags,
redshift:CreateTags,
redshift:DeleteTags,
initech:UpdateReport

Delete

redshift:DescribeTags,
redshift:DescribeClusterParameterGroups,
redshift:DeleteClusterParameterGroup,
redshift:DescribeClusterParameters,
initech:DeleteReport