AWS::SageMaker::Domain DomainSettings - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::Domain DomainSettings

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

DockerSettings

A collection of settings that configure the domain's Docker interaction.

Required: No

Type: DockerSettings

Update requires: No interruption

ExecutionRoleIdentityConfig

The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.

Required: No

Type: String

Allowed values: USER_PROFILE_NAME | DISABLED

Update requires: No interruption

IpAddressType

The IP address type for the domain. Specify ipv4 for IPv4-only connectivity or dualstack for both IPv4 and IPv6 connectivity. When you specify dualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults to ipv4.

Required: No

Type: String

Allowed values: IPV4 | DUALSTACK

Update requires: No interruption

RStudioServerProDomainSettings

A collection of settings that configure the RStudioServerPro Domain-level app.

Required: No

Type: RStudioServerProDomainSettings

Update requires: No interruption

SecurityGroupIds

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

Required: No

Type: Array of String

Minimum: 1

Maximum: 32 | 3

Update requires: No interruption

UnifiedStudioSettings

The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.

Required: No

Type: UnifiedStudioSettings

Update requires: No interruption