Skip to content

Commit 4187c9c

Browse files
author
AWS
committed
Amazon DataZone Update: Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20.
1 parent 47d9128 commit 4187c9c

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 DataZone",
4+
"contributor": "",
5+
"description": "Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4253,7 +4253,7 @@
42534253
"AuthorizedPrincipalIdentifiers":{
42544254
"type":"list",
42554255
"member":{"shape":"AuthorizedPrincipalIdentifier"},
4256-
"max":10,
4256+
"max":20,
42574257
"min":1
42584258
},
42594259
"AwsAccount":{

0 commit comments

Comments
 (0)