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

DomainSummary

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

Object for the summarized details of the domain.

interface DomainSummary {
domainArn: string;
domainId: string;
name: string;
}

§Properties

§
domainArn: string
[src]

The Amazon Resource Name (ARN) of the domain.

§
domainId: string
[src]

The unique identifier of the domain.

§
name: string
[src]

The name of the domain.