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

AwsCloudFrontDistributionOriginSslProtocols

import type { AwsCloudFrontDistributionOriginSslProtocols } from "https://aws-api.deno.dev/v0.4/services/securityhub.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 AwsCloudFrontDistributionOriginSslProtocols {
Items?: string[] | null;
Quantity?: number | null;
}

§Properties

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

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

§
Quantity?: number | null
[src]

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