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

MutualTlsAuthentication

import type { MutualTlsAuthentication } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface MutualTlsAuthentication {
TruststoreUri?: string | null;
TruststoreVersion?: string | null;
TruststoreWarnings?: string[] | null;
}

§Properties

§
TruststoreUri?: string | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag replaceable

§
TruststoreVersion?: string | null
[src]

The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.

§
TruststoreWarnings?: string[] | null
[src]

A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve warnings, upload a new truststore to S3, and then update you domain name to use the new version.