Domain

class Domain : KotlinCustomResource

Resource Type definition for AWS::SageMaker::Domain

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 mode of authentication that members use to access the domain.

Link copied to clipboard

The default space settings.

Link copied to clipboard

The default user settings.

Link copied to clipboard
val domainArn: Output<String>

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

Link copied to clipboard
val domainId: Output<String>

The domain name.

Link copied to clipboard
val domainName: Output<String>

A name for the domain.

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
val id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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: Output<List<String>>

The VPC subnets that Studio uses for communication.

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

A list of tags to apply to the user profile.

Link copied to clipboard
val url: Output<String>

The URL to the created domain.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.