GetDomainResult

data class GetDomainResult(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 singleSignOnManagedApplicationInstanceId: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
fun GetDomainResult(appSecurityGroupManagement: DomainAppSecurityGroupManagement? = null, defaultSpaceSettings: DomainDefaultSpaceSettings? = null, defaultUserSettings: DomainUserSettings? = null, domainArn: String? = null, domainId: String? = null, domainSettings: DomainSettings? = null, homeEfsFileSystemId: String? = null, securityGroupIdForDomainBoundary: String? = null, singleSignOnManagedApplicationInstanceId: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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
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 SSO managed application instance ID.

Link copied to clipboard
val url: String? = null

The URL to the created domain.