AWS::SageMaker::Domain DockerSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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