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

SslProtocol

import type { SslProtocol } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";
type SslProtocol =
| "SSLv3"
| "TLSv1"
| "TLSv1.1"
| "TLSv1.2"

§Type

§
"SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2" | cmnP.UnexpectedEnumValue
[src]