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

CreateDomainRequest

import type { CreateDomainRequest } from "https://aws-api.deno.dev/v0.4/services/lightsail.ts?docs=full";
interface CreateDomainRequest {
domainName: string;
tags?: Tag[] | null;
}

§Properties

§
domainName: string
[src]

The domain name to manage (e.g., example.com).

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

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.