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
§
IpAddressType?: IpAddressType | null
[src]§
Scheme?: LoadBalancerSchemeEnum | null
[src]§
SubnetMappings?: SubnetMapping[] | null
[src]§
Type?: LoadBalancerTypeEnum | null
[src]