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

LoadBalancerTlsPolicy

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

Describes the TLS security policies that are available for Lightsail load balancers.

For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.

interface LoadBalancerTlsPolicy {
ciphers?: string[] | null;
description?: string | null;
isDefault?: boolean | null;
name?: string | null;
protocols?: string[] | null;
}

§Properties

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

The ciphers used by the TLS security policy.

The ciphers are listed in order of preference.

§
description?: string | null
[src]

The description of the TLS security policy.

§
isDefault?: boolean | null
[src]

A Boolean value that indicates whether the TLS security policy is the default.

§
name?: string | null
[src]

The name of the TLS security policy.

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

The protocols used in a given TLS security policy.