File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
services/datazone/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon DataZone" ,
4
+ "contributor" : " " ,
5
+ "description" : " Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs."
6
+ }
Original file line number Diff line number Diff line change 19325
19325
"SingleSignOn":{
19326
19326
"type":"structure",
19327
19327
"members":{
19328
+ "idcInstanceArn":{
19329
+ "shape":"SingleSignOnIdcInstanceArnString",
19330
+ "documentation":"<p>The ARN of the IDC instance.</p>"
19331
+ },
19328
19332
"type":{
19329
19333
"shape":"AuthType",
19330
19334
"documentation":"<p>The type of single sign-on in Amazon DataZone.</p>"
19336
19340
},
19337
19341
"documentation":"<p>The single sign-on details in Amazon DataZone.</p>"
19338
19342
},
19343
+ "SingleSignOnIdcInstanceArnString":{
19344
+ "type":"string",
19345
+ "pattern":"arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}"
19346
+ },
19339
19347
"Smithy":{
19340
19348
"type":"string",
19341
19349
"max":100000,
You can’t perform that action at this time.
0 commit comments