This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::Domain DockerSettings
A collection of settings that configure the domain's Docker interaction.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EnableDockerAccess" :String, "VpcOnlyTrustedAccounts" :[ String, ... ]}
YAML
EnableDockerAccess:StringVpcOnlyTrustedAccounts:- String
Properties
- EnableDockerAccess
- 
                    Indicates whether the domain can access Docker. Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption 
- VpcOnlyTrustedAccounts
- 
                    The list of AWS accounts that are trusted when the domain is created in VPC-only mode. Required: No Type: Array of String Minimum: 12 | 0Maximum: 12 | 20Update requires: No interruption