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

TlsConfig

import type { TlsConfig } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";
interface TlsConfig {
insecureSkipVerification?: boolean | null;
}

§Properties

§
insecureSkipVerification?: boolean | null
[src]

Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for HTTP and HTTP_PROXY integrations.