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

SetIpAddressTypeInput

import type { SetIpAddressTypeInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface SetIpAddressTypeInput {
IpAddressType: IpAddressType;
LoadBalancerArn: string;
}

§Properties

§
IpAddressType: IpAddressType
[src]

The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

§
LoadBalancerArn: string
[src]

The Amazon Resource Name (ARN) of the load balancer.