Skip to content

Commit e8bff70

Browse files
AWSL-Applin
AWS
authored andcommitted
Amazon Redshift Update: Added support for custom domain names for Redshift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
1 parent 42aa7f7 commit e8bff70

File tree

5 files changed

+468
-150
lines changed

5 files changed

+468
-150
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": "Added support for custom domain names for Redshift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it."
6+
}

services/redshift/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -349,44 +349,6 @@
349349
"conditions": [],
350350
"type": "tree",
351351
"rules": [
352-
{
353-
"conditions": [
354-
{
355-
"fn": "stringEquals",
356-
"argv": [
357-
{
358-
"ref": "Region"
359-
},
360-
"us-gov-east-1"
361-
]
362-
}
363-
],
364-
"endpoint": {
365-
"url": "https://redshift.us-gov-east-1.amazonaws.com",
366-
"properties": {},
367-
"headers": {}
368-
},
369-
"type": "endpoint"
370-
},
371-
{
372-
"conditions": [
373-
{
374-
"fn": "stringEquals",
375-
"argv": [
376-
{
377-
"ref": "Region"
378-
},
379-
"us-gov-west-1"
380-
]
381-
}
382-
],
383-
"endpoint": {
384-
"url": "https://redshift.us-gov-west-1.amazonaws.com",
385-
"properties": {},
386-
"headers": {}
387-
},
388-
"type": "endpoint"
389-
},
390352
{
391353
"conditions": [],
392354
"endpoint": {

0 commit comments

Comments
 (0)