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

AwsElbv2LoadBalancerAttribute

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

A load balancer attribute.

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

§Properties

§
Key?: string | null
[src]

The name of the load balancer attribute.

§
Value?: string | null
[src]

The value of the load balancer attribute.