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

DomainDetail

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

Contains details of a domain.

interface DomainDetail {
configuration: DomainConfiguration;
domainInfo: DomainInfo;
}

§Properties

§

The domain configuration. Currently, this includes only the domain's retention period.

§
domainInfo: DomainInfo
[src]

The basic information about a domain, such as its name, status, and description.