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 AWS CloudFormation template, use the following syntax:
JSON
{ "DockerSettings" :
DockerSettings
, "RStudioServerProDomainSettings" :RStudioServerProDomainSettings
, "SecurityGroupIds" :[ String, ... ]
}
YAML
DockerSettings:
DockerSettings
RStudioServerProDomainSettings:RStudioServerProDomainSettings
SecurityGroupIds:- String
Properties
DockerSettings
-
A collection of settings that configure the domain's Docker interaction.
Required: No
Type: DockerSettings
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