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

OriginSslProtocols

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

A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.

interface OriginSslProtocols {
Items: SslProtocol[];
Quantity: number;
}

§Properties

§

A list that contains allowed SSL/TLS protocols for this distribution.

§
Quantity: number
[src]

The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.