DomainDomainSettings

data class DomainDomainSettings(val dockerSettings: DomainDomainSettingsDockerSettings? = null, val executionRoleIdentityConfig: String? = null, val rStudioServerProDomainSettings: DomainDomainSettingsRStudioServerProDomainSettings? = null, val securityGroupIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(dockerSettings: DomainDomainSettingsDockerSettings? = null, executionRoleIdentityConfig: String? = null, rStudioServerProDomainSettings: DomainDomainSettingsRStudioServerProDomainSettings? = null, securityGroupIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of settings that configure the domain’s Docker interaction. see docker_settings Block below.

Link copied to clipboard

The configuration for attaching a SageMaker AI 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 r_studio_server_pro_domain_settings Block 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.