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

SslPolicy

import type { SslPolicy } from "https://aws-api.deno.dev/v0.4/services/elbv2.ts?docs=full";

Information about a policy used for SSL negotiation.

interface SslPolicy {
Ciphers: Cipher[];
Name?: string | null;
SslProtocols: string[];
SupportedLoadBalancerTypes: string[];
}

§Properties

§
Ciphers: Cipher[]
[src]

The ciphers.

§
Name?: string | null
[src]

The name of the policy.

§
SslProtocols: string[]
[src]

The protocols.

§
SupportedLoadBalancerTypes: string[]
[src]

The supported load balancers.