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

AdditionalAttribute

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

Information about additional load balancer attributes.

interface AdditionalAttribute {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The name of the attribute.

The following attribute is supported.

  • elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.
§
Value?: string | null
[src]

This value of the attribute.