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

DomainEndpointOptions

import type { DomainEndpointOptions } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";
interface DomainEndpointOptions {
CustomEndpoint?: string | null;
CustomEndpointCertificateArn?: string | null;
CustomEndpointEnabled?: boolean | null;
EnforceHTTPS?: boolean | null;
TLSSecurityPolicy?: TLSSecurityPolicy | null;
}

§Properties

§
CustomEndpoint?: string | null
[src]
§
CustomEndpointCertificateArn?: string | null
[src]
§
CustomEndpointEnabled?: boolean | null
[src]
§
EnforceHTTPS?: boolean | null
[src]
§
TLSSecurityPolicy?: TLSSecurityPolicy | null
[src]