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

DomainDetails

import type { DomainDetails } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The domain's details.

interface DomainDetails {
CreationTime?: Date | number | null;
DomainArn?: string | null;
DomainId?: string | null;
DomainName?: string | null;
LastModifiedTime?: Date | number | null;
Status?: DomainStatus | null;
Url?: string | null;
}

§Properties

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

The creation time.

§
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.

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

The last modified time.

§
Status?: DomainStatus | null
[src]

The status.

§
Url?: string | null
[src]

The domain's URL.