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

AvailabilityZone

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

Information about an Availability Zone.

interface AvailabilityZone {
LoadBalancerAddresses: LoadBalancerAddress[];
OutpostId?: string | null;
SubnetId?: string | null;
ZoneName?: string | null;
}

§Properties

§
LoadBalancerAddresses: LoadBalancerAddress[]
[src]

[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

§
OutpostId?: string | null
[src]

[Application Load Balancers on Outposts] The ID of the Outpost.

§
SubnetId?: string | null
[src]

The ID of the subnet. You can specify one subnet per Availability Zone.

§
ZoneName?: string | null
[src]

The name of the Availability Zone.