|
16363 | 16363 | }
|
16364 | 16364 | }
|
16365 | 16365 | },
|
| 16366 | + "DockerSettings":{ |
| 16367 | + "type":"structure", |
| 16368 | + "members":{ |
| 16369 | + "EnableDockerAccess":{ |
| 16370 | + "shape":"FeatureStatus", |
| 16371 | + "documentation":"<p>Indicates whether the domain can access Docker.</p>" |
| 16372 | + }, |
| 16373 | + "VpcOnlyTrustedAccounts":{ |
| 16374 | + "shape":"VpcOnlyTrustedAccounts", |
| 16375 | + "documentation":"<p>The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.</p>" |
| 16376 | + } |
| 16377 | + }, |
| 16378 | + "documentation":"<p>A collection of settings that configure the domain's Docker interaction.</p>" |
| 16379 | + }, |
16366 | 16380 | "DocumentSchemaVersion":{
|
16367 | 16381 | "type":"string",
|
16368 | 16382 | "max":14,
|
|
16446 | 16460 | "ExecutionRoleIdentityConfig":{
|
16447 | 16461 | "shape":"ExecutionRoleIdentityConfig",
|
16448 | 16462 | "documentation":"<p>The configuration for attaching a SageMaker user profile name to the execution role as a <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html\">sts:SourceIdentity key</a>.</p>"
|
| 16463 | + }, |
| 16464 | + "DockerSettings":{ |
| 16465 | + "shape":"DockerSettings", |
| 16466 | + "documentation":"<p>A collection of settings that configure the domain's Docker interaction.</p>" |
16449 | 16467 | }
|
16450 | 16468 | },
|
16451 | 16469 | "documentation":"<p>A collection of settings that apply to the <code>SageMaker Domain</code>. These settings are specified through the <code>CreateDomain</code> API call.</p>"
|
|
16464 | 16482 | "SecurityGroupIds":{
|
16465 | 16483 | "shape":"DomainSecurityGroupIds",
|
16466 | 16484 | "documentation":"<p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for communication between Domain-level apps and user apps.</p>"
|
| 16485 | + }, |
| 16486 | + "DockerSettings":{ |
| 16487 | + "shape":"DockerSettings", |
| 16488 | + "documentation":"<p>A collection of settings that configure the domain's Docker interaction.</p>" |
16467 | 16489 | }
|
16468 | 16490 | },
|
16469 | 16491 | "documentation":"<p>A collection of <code>Domain</code> configuration settings to update.</p>"
|
|
37099 | 37121 | "max":32,
|
37100 | 37122 | "pattern":"[-0-9a-zA-Z]+"
|
37101 | 37123 | },
|
| 37124 | + "VpcOnlyTrustedAccounts":{ |
| 37125 | + "type":"list", |
| 37126 | + "member":{"shape":"AccountId"} |
| 37127 | + }, |
37102 | 37128 | "VpcSecurityGroupIds":{
|
37103 | 37129 | "type":"list",
|
37104 | 37130 | "member":{"shape":"SecurityGroupId"},
|
|
0 commit comments