Domain Domain Settings
data class DomainDomainSettings(val executionRoleIdentityConfig: String? = null, val rStudioServerProDomainSettings: DomainDomainSettingsRStudioServerProDomainSettings? = null, val securityGroupIds: List<String>? = null)
Constructors
Link copied to clipboard
constructor(executionRoleIdentityConfig: String? = null, rStudioServerProDomainSettings: DomainDomainSettingsRStudioServerProDomainSettings? = null, securityGroupIds: List<String>? = null)
Properties
Link copied to clipboard
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key AWS Docs. Valid values are USER_PROFILE_NAME
and DISABLED
.
Link copied to clipboard
A collection of settings that configure the RStudioServerPro Domain-level app. see RStudioServerProDomainSettings below.
Link copied to clipboard
The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.