AWS::SageMaker::Domain DefaultSpaceSettings
A collection of settings that apply to spaces created in the domain.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomFileSystemConfigs" :
[ CustomFileSystemConfig, ... ]
, "CustomPosixUserConfig" :CustomPosixUserConfig
, "ExecutionRole" :String
, "JupyterLabAppSettings" :JupyterLabAppSettings
, "JupyterServerAppSettings" :JupyterServerAppSettings
, "KernelGatewayAppSettings" :KernelGatewayAppSettings
, "SecurityGroups" :[ String, ... ]
, "SpaceStorageSettings" :DefaultSpaceStorageSettings
}
YAML
CustomFileSystemConfigs:
- CustomFileSystemConfig
CustomPosixUserConfig:CustomPosixUserConfig
ExecutionRole:String
JupyterLabAppSettings:JupyterLabAppSettings
JupyterServerAppSettings:JupyterServerAppSettings
KernelGatewayAppSettings:KernelGatewayAppSettings
SecurityGroups:- String
SpaceStorageSettings:DefaultSpaceStorageSettings
Properties
CustomFileSystemConfigs
-
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
Required: No
Type: Array of CustomFileSystemConfig
Minimum:
0
Maximum:
2
Update requires: No interruption
CustomPosixUserConfig
Property description not available.
Required: No
Type: CustomPosixUserConfig
Update requires: No interruption
ExecutionRole
-
The ARN of the execution role for the space.
Required: Yes
Type: String
Pattern:
^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
Minimum:
20
Maximum:
2048
Update requires: No interruption
JupyterLabAppSettings
Property description not available.
Required: No
Type: JupyterLabAppSettings
Update requires: No interruption
JupyterServerAppSettings
-
The JupyterServer app settings.
Required: No
Type: JupyterServerAppSettings
Update requires: No interruption
KernelGatewayAppSettings
-
The KernelGateway app settings.
Required: No
Type: KernelGatewayAppSettings
Update requires: No interruption
SecurityGroups
-
The security group IDs for the Amazon VPC that the space uses for communication.
Required: No
Type: Array of String
Minimum:
0
Maximum:
32 | 5
Update requires: No interruption
SpaceStorageSettings
Property description not available.
Required: No
Type: DefaultSpaceStorageSettings
Update requires: No interruption