Skip to content

Commit 6fbf74e

Browse files
author
AWS
committed
Amazon Redshift Update: Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
1 parent f94c648 commit 6fbf74e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Redshift",
4+
"contributor": "",
5+
"description": "Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are."
6+
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@
32713271
},
32723272
"PubliclyAccessible":{
32733273
"shape":"Boolean",
3274-
"documentation":"<p>A boolean value that, if <code>true</code>, indicates that the cluster can be accessed from a public network.</p>"
3274+
"documentation":"<p>A boolean value that, if <code>true</code>, indicates that the cluster can be accessed from a public network.</p> <p>Default: false</p>"
32753275
},
32763276
"Encrypted":{
32773277
"shape":"Boolean",
@@ -4267,11 +4267,11 @@
42674267
},
42684268
"PubliclyAccessible":{
42694269
"shape":"BooleanOptional",
4270-
"documentation":"<p>If <code>true</code>, the cluster can be accessed from a public network. </p>"
4270+
"documentation":"<p>If <code>true</code>, the cluster can be accessed from a public network. </p> <p>Default: false</p>"
42714271
},
42724272
"Encrypted":{
42734273
"shape":"BooleanOptional",
4274-
"documentation":"<p>If <code>true</code>, the data in the cluster is encrypted at rest. </p> <p>Default: false</p>"
4274+
"documentation":"<p>If <code>true</code>, the data in the cluster is encrypted at rest. If you set the value on this parameter to <code>false</code>, the request will fail.</p> <p>Default: true</p>"
42754275
},
42764276
"HsmClientCertificateIdentifier":{
42774277
"shape":"String",
@@ -8622,7 +8622,7 @@
86228622
},
86238623
"PubliclyAccessible":{
86248624
"shape":"BooleanOptional",
8625-
"documentation":"<p>If <code>true</code>, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.</p>"
8625+
"documentation":"<p>If <code>true</code>, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.</p> <p>Default: false</p>"
86268626
},
86278627
"ElasticIp":{
86288628
"shape":"String",
@@ -10385,7 +10385,7 @@
1038510385
},
1038610386
"PubliclyAccessible":{
1038710387
"shape":"BooleanOptional",
10388-
"documentation":"<p>If <code>true</code>, the cluster can be accessed from a public network. </p>"
10388+
"documentation":"<p>If <code>true</code>, the cluster can be accessed from a public network. </p> <p>Default: false</p>"
1038910389
},
1039010390
"OwnerAccount":{
1039110391
"shape":"String",

0 commit comments

Comments
 (0)