Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeDomainResponse

import type { DescribeDomainResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeDomainResponse {
AppNetworkAccessType?: AppNetworkAccessType | null;
AppSecurityGroupManagement?: AppSecurityGroupManagement | null;
AuthMode?: AuthMode | null;
CreationTime?: Date | number | null;
DefaultSpaceSettings?: DefaultSpaceSettings | null;
DefaultUserSettings?: UserSettings | null;
DomainArn?: string | null;
DomainId?: string | null;
DomainName?: string | null;
DomainSettings?: DomainSettings | null;
FailureReason?: string | null;
HomeEfsFileSystemId?: string | null;
HomeEfsFileSystemKmsKeyId?: string | null;
KmsKeyId?: string | null;
LastModifiedTime?: Date | number | null;
SecurityGroupIdForDomainBoundary?: string | null;
SingleSignOnManagedApplicationInstanceId?: string | null;
Status?: DomainStatus | null;
SubnetIds?: string[] | null;
Url?: string | null;
VpcId?: string | null;
}

§Properties

§
AppNetworkAccessType?: AppNetworkAccessType | null
[src]

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, which allows direct internet access
  • VpcOnly - All Studio traffic is through the specified VPC and subnets
§
AppSecurityGroupManagement?: AppSecurityGroupManagement | null
[src]

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.

§
AuthMode?: AuthMode | null
[src]

The domain's authentication mode.

§
CreationTime?: Date | number | null
[src]

The creation time.

§
DefaultSpaceSettings?: DefaultSpaceSettings | null
[src]

The default settings used to create a space.

§
DefaultUserSettings?: UserSettings | null
[src]

Settings which are applied to UserProfiles in this domain if settings are not explicitly specified in a given UserProfile.

§
DomainArn?: string | null
[src]

The domain's Amazon Resource Name (ARN).

§
DomainId?: string | null
[src]

The domain ID.

§
DomainName?: string | null
[src]

The domain name.

§
DomainSettings?: DomainSettings | null
[src]

A collection of Domain settings.

§
FailureReason?: string | null
[src]

The failure reason.

§
HomeEfsFileSystemId?: string | null
[src]

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

§
HomeEfsFileSystemKmsKeyId?: string | null
[src]

Use KmsKeyId.

§
KmsKeyId?: string | null
[src]

The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.

§
LastModifiedTime?: Date | number | null
[src]

The last modified time.

§
SecurityGroupIdForDomainBoundary?: string | null
[src]

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

§
SingleSignOnManagedApplicationInstanceId?: string | null
[src]

The IAM Identity Center managed application instance ID.

§
Status?: DomainStatus | null
[src]

The status.

§
SubnetIds?: string[] | null
[src]

The VPC subnets that Studio uses for communication.

§
Url?: string | null
[src]

The domain's URL.

§
VpcId?: string | null
[src]

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