AWS::SageMaker::Domain DockerSettings - AWS CloudFormation

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

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 AWS 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