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

LoadBalancer

import type { LoadBalancer } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface LoadBalancer {
arn?: string | null;
configurationOptions?: [key in LoadBalancerAttributeName]: string | null | undefined | null;
createdAt?: Date | number | null;
dnsName?: string | null;
healthCheckPath?: string | null;
instanceHealthSummary?: InstanceHealthSummary[] | null;
instancePort?: number | null;
ipAddressType?: IpAddressType | null;
location?: ResourceLocation | null;
name?: string | null;
protocol?: LoadBalancerProtocol | null;
publicPorts?: number[] | null;
resourceType?: ResourceType | null;
state?: LoadBalancerState | null;
supportCode?: string | null;
tags?: Tag[] | null;
tlsCertificateSummaries?: LoadBalancerTlsCertificateSummary[] | null;
}

§Properties

§
arn?: string | null
[src]
§
configurationOptions?: [key in LoadBalancerAttributeName]: string | null | undefined | null
[src]
§
createdAt?: Date | number | null
[src]
§
dnsName?: string | null
[src]
§
healthCheckPath?: string | null
[src]
§
instanceHealthSummary?: InstanceHealthSummary[] | null
[src]
§
instancePort?: number | null
[src]
§
ipAddressType?: IpAddressType | null
[src]
§
location?: ResourceLocation | null
[src]
§
name?: string | null
[src]
§
protocol?: LoadBalancerProtocol | null
[src]
§
publicPorts?: number[] | null
[src]
§
resourceType?: ResourceType | null
[src]
§
supportCode?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
tlsCertificateSummaries?: LoadBalancerTlsCertificateSummary[] | null
[src]