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

LoadBalancerState

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

Information about the state of the load balancer.

interface LoadBalancerState {
Code?: string | null;
Reason?: string | null;
}

§Properties

§
Code?: string | null
[src]

The state code. The initial state of the load balancer is provisioning.

After the load balancer is fully set up and ready to route traffic, its state is active.

If the load balancer could not be set up, its state is failed.

§
Reason?: string | null
[src]

A description of the state.