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

SecurityPolicy

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

The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.

type SecurityPolicy = "TLS_1_0" | "TLS_1_2" | cmnP.UnexpectedEnumValue;

§Type

§
"TLS_1_0" | "TLS_1_2" | cmnP.UnexpectedEnumValue
[src]