AWS::Redshift::ClusterAn example resource schema demonstrating some basic constructs and validation rules.
52 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterType | string | Required |
DBName | string | RequiredCreate-only |
MasterUsername | string | RequiredCreate-only |
NodeType | string | Required |
AllowVersionUpgrade | boolean | |
AquaConfigurationStatus | string | |
AutomatedSnapshotRetentionPeriod | integer | |
AvailabilityZone | string | |
AvailabilityZoneRelocation | boolean | |
AvailabilityZoneRelocationStatus | string | |
Classic | boolean | Write-only |
ClusterIdentifier | string | Create-only |
ClusterParameterGroupName | string | |
ClusterSecurityGroups | Array<Any | Any> | |
ClusterSubnetGroupName | string | Create-only |
ClusterVersion | string | |
DeferMaintenance | boolean | Write-only |
DeferMaintenanceDuration | integer | Write-only |
DeferMaintenanceEndTime | string | |
DeferMaintenanceStartTime | string | |
DestinationRegion | string | |
ElasticIp | string | |
Encrypted | boolean | |
Endpoint | Endpoint | |
EnhancedVpcRouting | boolean | |
HsmClientCertificateIdentifier | string | |
HsmConfigurationIdentifier | string | |
IamRoles | Array<string> | |
KmsKeyId | Any | Any | |
LoggingProperties | LoggingProperties | |
MaintenanceTrackName | string | |
ManageMasterPassword | boolean | Write-only |
ManualSnapshotRetentionPeriod | integer | |
MasterPasswordSecretKmsKeyId | Any | Any | |
MasterUserPassword | string | Write-only |
MultiAZ | boolean | |
NamespaceResourcePolicy | object | |
NumberOfNodes | integer | |
OwnerAccount | string | Create-only |
Port | integer | |
PreferredMaintenanceWindow | string | |
PubliclyAccessible | boolean | |
ResourceAction | string | |
RevisionTarget | string | |
RotateEncryptionKey | boolean | |
SnapshotClusterIdentifier | string | Create-only |
SnapshotCopyGrantName | string | |
SnapshotCopyManual | boolean | |
SnapshotCopyRetentionPeriod | integer | |
SnapshotIdentifier | string | Create-onlyWrite-only |
Tags | Array<Tag> | |
VpcSecurityGroupIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ClusterNamespaceArn | string | The Amazon Resource Name (ARN) of the cluster namespace. |
DeferMaintenanceIdentifier | string | A unique identifier for the deferred maintenance window. |
MasterPasswordSecretArn | string | The Amazon Resource Name (ARN) for the cluster's admin user credentials secret. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::Cluster
Resources:
MyResource:
Type: AWS::Redshift::Cluster
Properties:
NodeType: "value"
MasterUsername: "my-masterusername"
DBName: "my-dbname"
ClusterType: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
redshift:DescribeClustersredshift:DescribeLoggingStatusredshift:DescribeSnapshotCopyGrantredshift:DescribeClusterDbRevisionsredshift:DescribeTagsredshift:GetResourcePolicyiam:PassRoleiam:CreateServiceLinkedRoleredshift:DescribeClustersredshift:CreateClusterredshift:RestoreFromClusterSnapshotredshift:EnableLoggingredshift:DescribeLoggingStatusredshift:CreateTagsiam:PassRoleredshift:DescribeClustersredshift:ModifyClusterredshift:ModifyClusterIamRolesredshift:EnableLoggingredshift:CreateTagsredshift:DeleteTagsredshift:DescribeTagsredshift:DescribeTagsredshift:DescribeClustersredshift:DescribeTagsredshift:DescribeClustersredshift:DeleteClusterOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterIdentifierOwnerAccountSnapshotIdentifierDBNameSnapshotClusterIdentifierClusterSubnetGroupNameMasterUsername