cluster_parameter_group
Gets an individual cluster_parameter_group
resource
Overview
Name | cluster_parameter_group |
Type | Resource |
Description | cluster_parameter_group |
Id | awscc.redshift.cluster_parameter_group |
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
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