Values_1.DescribeDomainResponseSourceThe description of the domain.
type nonrec t = {domainArn : Values_0.DomainArn.t option;The domain's Amazon Resource Name (ARN).
*)domainId : Values_0.DomainId.t option;The domain ID.
*)domainName : Values_0.DomainName.t option;The domain name.
*)homeEfsFileSystemId : ResourceId.t option;The ID of the Amazon Elastic File System managed by this Domain.
*)singleSignOnManagedApplicationInstanceId : Values_0.String256.t option;The IAM Identity Center managed application instance ID.
*)singleSignOnApplicationArn : Values_0.SingleSignOnApplicationArn.t option;The ARN of the application managed by SageMaker AI in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
*)status : DomainStatus.t option;The status.
*)creationTime : Values_0.CreationTime.t option;The creation time.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;The last modified time.
*)failureReason : Values_0.FailureReason.t option;The failure reason.
*)securityGroupIdForDomainBoundary : Values_0.SecurityGroupId.t option;The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
*)authMode : Values_0.AuthMode.t option;The domain's authentication mode.
*)defaultUserSettings : Values_0.UserSettings.t option;Settings which are applied to UserProfiles in this domain if settings are not explicitly specified in a given UserProfile.
*)domainSettings : Values_0.DomainSettings.t option;A collection of Domain settings.
*)appNetworkAccessType : Values_0.AppNetworkAccessType.t option;Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly. PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access VpcOnly - All traffic is through the specified VPC and subnets
*)homeEfsFileSystemKmsKeyId : Values_0.KmsKeyId.t option;Use KmsKeyId.
*)subnetIds : Values_0.Subnets.t option;The VPC subnets that the domain uses for communication.
*)url : Values_0.String1024.t option;The domain's URL.
*)vpcId : Values_0.VpcId.t option;The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.
*)kmsKeyId : Values_0.KmsKeyId.t option;The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.
*)appSecurityGroupManagement : Values_0.AppSecurityGroupManagement.t option;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.
*)tagPropagation : Values_0.TagPropagation.t option;Indicates whether custom tag propagation is supported for the domain.
*)defaultSpaceSettings : Values_0.DefaultSpaceSettings.t option;The default settings for shared spaces that users create in the domain.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?domainArn:??? ->
?domainId:??? ->
?domainName:??? ->
?homeEfsFileSystemId:??? ->
?singleSignOnManagedApplicationInstanceId:??? ->
?singleSignOnApplicationArn:??? ->
?status:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?failureReason:??? ->
?securityGroupIdForDomainBoundary:??? ->
?authMode:??? ->
?defaultUserSettings:??? ->
?domainSettings:??? ->
?appNetworkAccessType:??? ->
?homeEfsFileSystemKmsKeyId:??? ->
?subnetIds:??? ->
?url:??? ->
?vpcId:??? ->
?kmsKeyId:??? ->
?appSecurityGroupManagement:??? ->
?tagPropagation:??? ->
?defaultSpaceSettings:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_0.DomainArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of
(string
* [> `Structure of (string * [> `String of string ]) list ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string ])
list ]
list
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string * [> `Enum of string | `Integer of int ])
list ])
list ])
list ])
list
| `Timestamp of Values_0.CreationTime.t ])
list ]