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.4/services/apigateway.ts?docs=full";
type SecurityPolicy = "TLS_1_0" | "TLS_1_2" | cmnP.UnexpectedEnumValue;

§Type

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