AWS::SageMaker::Domain DockerSettings
A collection of settings that configure the domain's Docker interaction.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EnableDockerAccess" :
String
, "VpcOnlyTrustedAccounts" :[ String, ... ]
}
YAML
EnableDockerAccess:
String
VpcOnlyTrustedAccounts:- String
Properties
EnableDockerAccess
-
Indicates whether the domain can access Docker.
Required: No
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: No interruption
VpcOnlyTrustedAccounts
-
The list of Amazon accounts that are trusted when the domain is created in VPC-only mode.
Required: No
Type: Array of String
Minimum:
12 | 0
Maximum:
12 | 20
Update requires: No interruption