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

SubnetMapping

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

Information about a subnet mapping.

interface SubnetMapping {
AllocationId?: string | null;
IPv6Address?: string | null;
PrivateIPv4Address?: string | null;
SubnetId?: string | null;
}

§Properties

§
AllocationId?: string | null
[src]

[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

§
IPv6Address?: string | null
[src]

[Network Load Balancers] The IPv6 address.

§
PrivateIPv4Address?: string | null
[src]

[Network Load Balancers] The private IPv4 address for an internal load balancer.

§
SubnetId?: string | null
[src]

The ID of the subnet.