LoadBalancerDescription
import type { LoadBalancerDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elb.ts";interface LoadBalancerDescription {
AvailabilityZones: string[];
BackendServerDescriptions: BackendServerDescription[];
CanonicalHostedZoneName?: string | null;
CanonicalHostedZoneNameID?: string | null;
CreatedTime?: Date | number | null;
DNSName?: string | null;
HealthCheck?: HealthCheck | null;
Instances: Instance[];
ListenerDescriptions: ListenerDescription[];
LoadBalancerName?: string | null;
Policies?: Policies | null;
Scheme?: string | null;
SecurityGroups: string[];
SourceSecurityGroup?: SourceSecurityGroup | null;
Subnets: string[];
VPCId?: string | null;
}§Properties
§
BackendServerDescriptions: BackendServerDescription[]
[src]§
HealthCheck?: HealthCheck | null
[src]§
ListenerDescriptions: ListenerDescription[]
[src]§
SourceSecurityGroup?: SourceSecurityGroup | null
[src]