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

GetDomainResponse

import type { GetDomainResponse } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface GetDomainResponse {
createdTime: Date | number;
domainArn: string;
domainId: string;
domainStatus: DomainStatus;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
createdTime: Date | number
[src]

The timestamp when the Cases domain was created.

§
domainArn: string
[src]

The Amazon Resource Name (ARN) for the Cases domain.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
domainStatus: DomainStatus
[src]

The status of the Cases domain.

§
name: string
[src]

The name of the Cases domain.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.