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

Domain

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

Describes a domain where you are storing recordsets.

interface Domain {
arn?: string | null;
createdAt?: Date | number | null;
domainEntries?: DomainEntry[] | null;
location?: ResourceLocation | null;
name?: string | null;
registeredDomainDelegationInfo?: RegisteredDomainDelegationInfo | null;
resourceType?: ResourceType | null;
supportCode?: string | null;
tags?: Tag[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

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

The date when the domain recordset was created.

§
domainEntries?: DomainEntry[] | null
[src]

An array of key-value pairs containing information about the domain entries.

§
location?: ResourceLocation | null
[src]

The AWS Region and Availability Zones where the domain recordset was created.

§
name?: string | null
[src]

The name of the domain.

§
registeredDomainDelegationInfo?: RegisteredDomainDelegationInfo | null
[src]

An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.

§
resourceType?: ResourceType | null
[src]

The resource type.

§
supportCode?: string | null
[src]

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

§
tags?: Tag[] | null
[src]

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.