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

AwsElbLoadBalancerAdditionalAttribute

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

Provides information about additional attributes for the load balancer.

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

§Properties

§
Key?: string | null
[src]

The name of the attribute.

§
Value?: string | null
[src]

The value of the attribute.