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

CreateLoadBalancerInput

import type { CreateLoadBalancerInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elbv2.ts";
interface CreateLoadBalancerInput {
CustomerOwnedIpv4Pool?: string | null;
IpAddressType?: IpAddressType | null;
Name: string;
Scheme?: LoadBalancerSchemeEnum | null;
SecurityGroups?: string[] | null;
SubnetMappings?: SubnetMapping[] | null;
Subnets?: string[] | null;
Tags?: Tag[] | null;
Type?: LoadBalancerTypeEnum | null;
}

§Properties

§
CustomerOwnedIpv4Pool?: string | null
[src]
§
IpAddressType?: IpAddressType | null
[src]
§
Name: string
[src]
§
SecurityGroups?: string[] | null
[src]
§
SubnetMappings?: SubnetMapping[] | null
[src]
§
Subnets?: string[] | null
[src]
§
Tags?: Tag[] | null
[src]