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

DomainName

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

Represents a domain name.

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

§Properties

§
ApiMappingSelectionExpression?: string | null
[src]

The API mapping selection expression.

§
DomainName: string
[src]

The name of the DomainName resource.

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

The domain name configurations.

§
MutualTlsAuthentication?: MutualTlsAuthentication | 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.