AWS Fundamentals Logo
AWS Fundamentals
AWS::Redshift::ClusterParameterGroup

Redshift ClusterParameterGroup

Resource Type definition for AWS::Redshift::ClusterParameterGroup

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
RequiredCreate-only
ParameterGroupFamily
string
RequiredCreate-only
ParameterGroupName
string
Create-only
Parameters
Array<Parameter>
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::ClusterParameterGroup

Resources:
  MyResource:
    Type: AWS::Redshift::ClusterParameterGroup
    Properties:
      Description: "value"
      ParameterGroupFamily: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

redshift:CreateClusterParameterGroupredshift:ModifyClusterParameterGroupredshift:DescribeClusterParameterGroupsredshift:DescribeClusterParametersredshift:DescribeTagsredshift:CreateTagsec2:AllocateAddressec2:AssociateAddress

read

redshift:DescribeClusterParameterGroupsinitech:DescribeReportredshift:DescribeClusterParametersredshift:DescribeTags

update

redshift:DescribeClusterParameterGroupsredshift:ResetClusterParameterGroupredshift:ModifyClusterParameterGroupredshift:DescribeClusterParametersredshift:DescribeTagsredshift:CreateTagsredshift:DeleteTagsinitech:UpdateReport

delete

redshift:DescribeTagsredshift:DeleteTagsredshift:DescribeClusterParameterGroupsredshift:DeleteClusterParameterGroupredshift:DescribeClusterParametersinitech:DeleteReport

list

redshift:DescribeTagsredshift:DescribeClusterParameterGroupsredshift:DescribeClusterParametersinitech:ListReports

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRedshift
Properties5
Required2
TaggingSupported
Primary IDParameterGroupName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ParameterGroupNameParameterGroupFamilyDescription

External Links