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:StringSnapshotCopyGrantName:StringTags:- 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:
2147483647Update requires: Replacement
SnapshotCopyGrantName-
The name of the snapshot copy grant.
Required: Yes
Type: String
Pattern:
^[a-z][a-z0-9]*(-[a-z0-9]+)*$Minimum:
1Maximum:
63Update requires: Replacement
-
A list of tag instances.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.