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

ListDomainItem

import type { ListDomainItem } from "https://aws-api.deno.dev/v0.3/services/customerprofiles.ts?docs=full";

An object in a list that represents a domain.

interface ListDomainItem {
CreatedAt: Date | number;
DomainName: string;
LastUpdatedAt: Date | number;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CreatedAt: Date | number
[src]

The timestamp of when the domain was created.

§
DomainName: string
[src]

The unique name of the domain.

§
LastUpdatedAt: Date | number
[src]

The timestamp of when the domain was most recently edited.

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

The tags used to organize, track, or control access for this resource.