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

AssociateCustomDomainRequest

import type { AssociateCustomDomainRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface AssociateCustomDomainRequest {
DomainName: string;
EnableWWWSubdomain?: boolean | null;
ServiceArn: string;
}

§Properties

§
DomainName: string
[src]

A custom domain endpoint to associate. Specify a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

§
EnableWWWSubdomain?: boolean | null
[src]

Set to true to associate the subdomain www._DomainName_ with the App Runner service in addition to the base domain.

Default: true

§
ServiceArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.