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

AssociateDomainRequest

import type { AssociateDomainRequest } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface AssociateDomainRequest {
AcmCertificateArn: string;
DisplayName?: string | null;
DomainName: string;
FleetArn: string;
}

§Properties

§
AcmCertificateArn: string
[src]

The ARN of an issued ACM certificate that is valid for the domain being associated.

§
DisplayName?: string | null
[src]

The name to display.

§
DomainName: string
[src]

The fully qualified domain name (FQDN).

§
FleetArn: string
[src]

The Amazon Resource Name (ARN) of the fleet.