Skip to content

Commit aca7bf0

Browse files
author
AWS
committed
Amazon WorkSpaces Web Update: Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals.
1 parent d3066e1 commit aca7bf0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
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 WorkSpaces Web",
4+
"contributor": "",
5+
"description": "Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals."
6+
}

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,10 @@
24222422
"maxConcurrentSessions":{
24232423
"shape":"MaxConcurrentSessions",
24242424
"documentation":"<p>The maximum number of concurrent sessions for the portal.</p>"
2425+
},
2426+
"portalCustomDomain":{
2427+
"shape":"PortalCustomDomain",
2428+
"documentation":"<p>The custom domain of the web portal that users access in order to start streaming sessions.</p>"
24252429
}
24262430
}
24272431
},
@@ -4515,10 +4519,20 @@
45154519
"maxConcurrentSessions":{
45164520
"shape":"MaxConcurrentSessions",
45174521
"documentation":"<p>The maximum number of concurrent sessions for the portal.</p>"
4522+
},
4523+
"portalCustomDomain":{
4524+
"shape":"PortalCustomDomain",
4525+
"documentation":"<p>The custom domain of the web portal that users access in order to start streaming sessions.</p>"
45184526
}
45194527
},
45204528
"documentation":"<p>The web portal.</p>"
45214529
},
4530+
"PortalCustomDomain":{
4531+
"type":"string",
4532+
"max":128,
4533+
"min":0,
4534+
"pattern":"(|[a-zA-Z0-9]?((?!-)([A-Za-z0-9-]*[A-Za-z0-9])\\.)+[a-zA-Z0-9]+)"
4535+
},
45224536
"PortalEndpoint":{
45234537
"type":"string",
45244538
"max":253,
@@ -4618,6 +4632,10 @@
46184632
"maxConcurrentSessions":{
46194633
"shape":"MaxConcurrentSessions",
46204634
"documentation":"<p>The maximum number of concurrent sessions for the portal.</p>"
4635+
},
4636+
"portalCustomDomain":{
4637+
"shape":"PortalCustomDomain",
4638+
"documentation":"<p>The custom domain of the web portal that users access in order to start streaming sessions.</p>"
46214639
}
46224640
},
46234641
"documentation":"<p>The summary of the portal.</p>"
@@ -5397,6 +5415,10 @@
53975415
"maxConcurrentSessions":{
53985416
"shape":"MaxConcurrentSessions",
53995417
"documentation":"<p>The maximum number of concurrent sessions for the portal.</p>"
5418+
},
5419+
"portalCustomDomain":{
5420+
"shape":"PortalCustomDomain",
5421+
"documentation":"<p>The custom domain of the web portal that users access in order to start streaming sessions. </p>"
54005422
}
54015423
}
54025424
},

0 commit comments

Comments
 (0)