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

VirtualGatewayClientPolicyTls

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

An object that represents a Transport Layer Security (TLS) client policy.

interface VirtualGatewayClientPolicyTls {
enforce?: boolean | null;
ports?: number[] | null;
}

§Properties

§

A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.

§
enforce?: boolean | null
[src]

Whether the policy is enforced. The default is True, if a value isn't specified.

§
ports?: number[] | null
[src]

One or more ports that the policy is enforced for.

§

A reference to an object that represents a Transport Layer Security (TLS) validation context.