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

CreateDomainNameResponse

import type { CreateDomainNameResponse } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface CreateDomainNameResponse {
ApiMappingSelectionExpression?: string | null;
DomainName?: string | null;
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 | null
[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.