Skip to content

Commit 3fe6a05

Browse files
author
AWS
committed
Amazon Connect Service Update: This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.
1 parent 7b80112 commit 3fe6a05

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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 Connect Service",
4+
"contributor": "",
5+
"description": "This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4862,7 +4862,7 @@
48624862
"type":"map",
48634863
"key":{"shape":"SecurityProfilePolicyKey"},
48644864
"value":{"shape":"SecurityProfilePolicyValue"},
4865-
"max":2
4865+
"max":4
48664866
},
48674867
"AllowedCapabilities":{
48684868
"type":"structure",

0 commit comments

Comments
 (0)