Skip to content

Commit 5802994

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker Studio now supports Docker access from within app container
1 parent eb01c9f commit 5802994

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
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 SageMaker Service",
4+
"contributor": "",
5+
"description": "Amazon SageMaker Studio now supports Docker access from within app container"
6+
}

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16363,6 +16363,20 @@
1636316363
}
1636416364
}
1636516365
},
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+
},
1636616380
"DocumentSchemaVersion":{
1636716381
"type":"string",
1636816382
"max":14,
@@ -16446,6 +16460,10 @@
1644616460
"ExecutionRoleIdentityConfig":{
1644716461
"shape":"ExecutionRoleIdentityConfig",
1644816462
"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>"
1644916467
}
1645016468
},
1645116469
"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,6 +16482,10 @@
1646416482
"SecurityGroupIds":{
1646516483
"shape":"DomainSecurityGroupIds",
1646616484
"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>"
1646716489
}
1646816490
},
1646916491
"documentation":"<p>A collection of <code>Domain</code> configuration settings to update.</p>"
@@ -37099,6 +37121,10 @@
3709937121
"max":32,
3710037122
"pattern":"[-0-9a-zA-Z]+"
3710137123
},
37124+
"VpcOnlyTrustedAccounts":{
37125+
"type":"list",
37126+
"member":{"shape":"AccountId"}
37127+
},
3710237128
"VpcSecurityGroupIds":{
3710337129
"type":"list",
3710437130
"member":{"shape":"SecurityGroupId"},

0 commit comments

Comments
 (0)