|
2991 | 2991 | "max":100,
|
2992 | 2992 | "min":1
|
2993 | 2993 | },
|
| 2994 | + "AllowedAccessControlTags":{ |
| 2995 | + "type":"map", |
| 2996 | + "key":{"shape":"SecurityProfilePolicyKey"}, |
| 2997 | + "value":{"shape":"SecurityProfilePolicyValue"}, |
| 2998 | + "max":2 |
| 2999 | + }, |
2994 | 3000 | "AllowedMonitorCapabilities":{
|
2995 | 3001 | "type":"list",
|
2996 | 3002 | "member":{"shape":"MonitorCapability"},
|
|
4335 | 4341 | }
|
4336 | 4342 | }
|
4337 | 4343 | },
|
| 4344 | + "CreateSecurityProfileName":{ |
| 4345 | + "type":"string", |
| 4346 | + "max":127, |
| 4347 | + "min":1, |
| 4348 | + "pattern":"^[ a-zA-Z0-9_@-]+$" |
| 4349 | + }, |
4338 | 4350 | "CreateSecurityProfileRequest":{
|
4339 | 4351 | "type":"structure",
|
4340 | 4352 | "required":[
|
|
4343 | 4355 | ],
|
4344 | 4356 | "members":{
|
4345 | 4357 | "SecurityProfileName":{
|
4346 |
| - "shape":"SecurityProfileName", |
| 4358 | + "shape":"CreateSecurityProfileName", |
4347 | 4359 | "documentation":"<p>The name of the security profile.</p>"
|
4348 | 4360 | },
|
4349 | 4361 | "Description":{
|
|
4363 | 4375 | "Tags":{
|
4364 | 4376 | "shape":"TagMap",
|
4365 | 4377 | "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
|
| 4378 | + }, |
| 4379 | + "AllowedAccessControlTags":{ |
| 4380 | + "shape":"AllowedAccessControlTags", |
| 4381 | + "documentation":"<p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>" |
| 4382 | + }, |
| 4383 | + "TagRestrictedResources":{ |
| 4384 | + "shape":"TagRestrictedResourceList", |
| 4385 | + "documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>" |
4366 | 4386 | }
|
4367 | 4387 | }
|
4368 | 4388 | },
|
|
10453 | 10473 | "Tags":{
|
10454 | 10474 | "shape":"TagMap",
|
10455 | 10475 | "documentation":"<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
|
| 10476 | + }, |
| 10477 | + "AllowedAccessControlTags":{ |
| 10478 | + "shape":"AllowedAccessControlTags", |
| 10479 | + "documentation":"<p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>" |
| 10480 | + }, |
| 10481 | + "TagRestrictedResources":{ |
| 10482 | + "shape":"TagRestrictedResourceList", |
| 10483 | + "documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>" |
10456 | 10484 | }
|
10457 | 10485 | },
|
10458 | 10486 | "documentation":"<p>Contains information about a security profile.</p>"
|
|
10474 | 10502 | "max":128,
|
10475 | 10503 | "min":1
|
10476 | 10504 | },
|
| 10505 | + "SecurityProfilePolicyKey":{ |
| 10506 | + "type":"string", |
| 10507 | + "max":128, |
| 10508 | + "min":1 |
| 10509 | + }, |
| 10510 | + "SecurityProfilePolicyValue":{ |
| 10511 | + "type":"string", |
| 10512 | + "max":256 |
| 10513 | + }, |
10477 | 10514 | "SecurityProfileSearchConditionList":{
|
10478 | 10515 | "type":"list",
|
10479 | 10516 | "member":{"shape":"SecurityProfileSearchCriteria"}
|
|
11075 | 11112 | }
|
11076 | 11113 | }
|
11077 | 11114 | },
|
| 11115 | + "TagRestrictedResourceList":{ |
| 11116 | + "type":"list", |
| 11117 | + "member":{"shape":"TagRestrictedResourceName"}, |
| 11118 | + "max":10 |
| 11119 | + }, |
| 11120 | + "TagRestrictedResourceName":{ |
| 11121 | + "type":"string", |
| 11122 | + "max":128, |
| 11123 | + "min":1 |
| 11124 | + }, |
11078 | 11125 | "TagValue":{
|
11079 | 11126 | "type":"string",
|
11080 | 11127 | "max":256
|
|
12237 | 12284 | "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>",
|
12238 | 12285 | "location":"uri",
|
12239 | 12286 | "locationName":"InstanceId"
|
| 12287 | + }, |
| 12288 | + "AllowedAccessControlTags":{ |
| 12289 | + "shape":"AllowedAccessControlTags", |
| 12290 | + "documentation":"<p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>" |
| 12291 | + }, |
| 12292 | + "TagRestrictedResources":{ |
| 12293 | + "shape":"TagRestrictedResourceList", |
| 12294 | + "documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>" |
12240 | 12295 | }
|
12241 | 12296 | }
|
12242 | 12297 | },
|
|
0 commit comments