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

TlsConfigInput

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

The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.

interface TlsConfigInput {
ServerNameToVerify?: string | null;
}

§Properties

§
ServerNameToVerify?: string | null
[src]

If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.