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

CreateDomainNameRequest

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

Creates a new DomainName resource to represent a domain name.

interface CreateDomainNameRequest {
DomainName: string;
DomainNameConfigurations?: DomainNameConfiguration[] | null;
MutualTlsAuthentication?: MutualTlsAuthenticationInput | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
DomainName: string
[src]

The domain name.

§
DomainNameConfigurations?: DomainNameConfiguration[] | null
[src]

The domain name configurations.

§
MutualTlsAuthentication?: MutualTlsAuthenticationInput | null
[src]

The mutual TLS authentication configuration for a custom domain name.

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

The collection of tags associated with a domain name.