Skip to content

Commit c9d2d8a

Browse files
author
AWS
committed
Amazon Redshift Update: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
1 parent 783c4a6 commit c9d2d8a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Redshift",
4+
"contributor": "",
5+
"description": "This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key."
6+
}

services/redshift/src/main/resources/codegen-resources/service-2.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -8541,7 +8541,7 @@
85418541
},
85428542
"KmsKeyId":{
85438543
"shape":"String",
8544-
"documentation":"<p>The Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.</p>"
8544+
"documentation":"<p>The Key Management Service (KMS) key ID of the encryption key to encrypt data in the cluster restored from a shared snapshot. You can also provide the key ID when you restore from an unencrypted snapshot to an encrypted cluster in the same account. Additionally, you can specify a new KMS key ID when you restore from an encrypted snapshot in the same account in order to change it. In that case, the restored cluster is encrypted with the new KMS key ID.</p>"
85458545
},
85468546
"NodeType":{
85478547
"shape":"String",
@@ -8590,6 +8590,10 @@
85908590
"TargetReservedNodeOfferingId":{
85918591
"shape":"String",
85928592
"documentation":"<p>The identifier of the target reserved node offering.</p>"
8593+
},
8594+
"Encrypted":{
8595+
"shape":"BooleanOptional",
8596+
"documentation":"<p>Enables support for restoring an unencrypted snapshot to a cluster encrypted with Key Management Service (KMS) and a CMK.</p>"
85938597
}
85948598
},
85958599
"documentation":"<p/>"

0 commit comments

Comments
 (0)