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/worklink.ts?docs=full";
interface DescribeDomainResponse {
AcmCertificateArn?: string | null;
CreatedTime?: Date | number | null;
DisplayName?: string | null;
DomainName?: string | null;
DomainStatus?: DomainStatus | null;
}

§Properties

§
AcmCertificateArn?: string | null
[src]

The ARN of an issued ACM certificate that is valid for the domain being associated.

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

The time that the domain was added.

§
DisplayName?: string | null
[src]

The name to display.

§
DomainName?: string | null
[src]

The name of the domain.

§
DomainStatus?: DomainStatus | null
[src]

The current state for the domain.