View a markdown version of this page

AWS::Redshift::SnapshotCopyGrant - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Redshift::SnapshotCopyGrant

Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from AWS Key Management Service (KMS) to encrypt copied snapshots in a destination region.

For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Redshift::SnapshotCopyGrant", "Properties" : { "KmsKeyId" : String, "SnapshotCopyGrantName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Redshift::SnapshotCopyGrant Properties: KmsKeyId: String SnapshotCopyGrantName: String Tags: - Tag

Properties

KmsKeyId

The unique identifier of the encrypted symmetric key in AWS KMS to which Amazon Redshift is granted permission.

Required: No

Type: String

Maximum: 2147483647

Update requires: Replacement

SnapshotCopyGrantName

The name of the snapshot copy grant.

Required: Yes

Type: String

Pattern: ^[a-z][a-z0-9]*(-[a-z0-9]+)*$

Minimum: 1

Maximum: 63

Update requires: Replacement

Tags

A list of tag instances.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.