GetDomainResult

data class GetDomainResult(val appNetworkAccessType: DomainAppNetworkAccessType? = null, val appSecurityGroupManagement: DomainAppSecurityGroupManagement? = null, val defaultSpaceSettings: DomainDefaultSpaceSettings? = null, val defaultUserSettings: DomainUserSettings? = null, val domainArn: String? = null, val domainId: String? = null, val domainSettings: DomainSettings? = null, val homeEfsFileSystemId: String? = null, val securityGroupIdForDomainBoundary: String? = null, val singleSignOnApplicationArn: String? = null, val singleSignOnManagedApplicationInstanceId: String? = null, val subnetIds: List<String>? = null, val tagPropagation: DomainTagPropagation? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(appNetworkAccessType: DomainAppNetworkAccessType? = null, appSecurityGroupManagement: DomainAppSecurityGroupManagement? = null, defaultSpaceSettings: DomainDefaultSpaceSettings? = null, defaultUserSettings: DomainUserSettings? = null, domainArn: String? = null, domainId: String? = null, domainSettings: DomainSettings? = null, homeEfsFileSystemId: String? = null, securityGroupIdForDomainBoundary: String? = null, singleSignOnApplicationArn: String? = null, singleSignOnManagedApplicationInstanceId: String? = null, subnetIds: List<String>? = null, tagPropagation: DomainTagPropagation? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

Link copied to clipboard

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.

Link copied to clipboard

The default space settings.

Link copied to clipboard

The default user settings.

Link copied to clipboard
val domainArn: String? = null

The Amazon Resource Name (ARN) of the created domain.

Link copied to clipboard
val domainId: String? = null

The domain name.

Link copied to clipboard

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

Link copied to clipboard

The ID of the Amazon Elastic File System (EFS) managed by this Domain.

Link copied to clipboard

The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.

Link copied to clipboard

The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.

Link copied to clipboard

The SSO managed application instance ID.

Link copied to clipboard
val subnetIds: List<String>? = null

The VPC subnets that Studio uses for communication.

Link copied to clipboard

Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.

Link copied to clipboard
val url: String? = null

The URL to the created domain.