AWS::SageMaker::Domain DockerSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, ... ] }

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: 0

Maximum: 12 | 10

Update requires: No interruption