Load Balancer Args
constructor(accessLogs: Output<LoadBalancerAccessLogsArgs>? = null, customerOwnedIpv4Pool: Output<String>? = null, desyncMitigationMode: Output<String>? = null, dropInvalidHeaderFields: Output<Boolean>? = null, enableCrossZoneLoadBalancing: Output<Boolean>? = null, enableDeletionProtection: Output<Boolean>? = null, enableHttp2: Output<Boolean>? = null, enableTlsVersionAndCipherSuiteHeaders: Output<Boolean>? = null, enableWafFailOpen: Output<Boolean>? = null, enableXffClientPort: Output<Boolean>? = null, idleTimeout: Output<Int>? = null, internal: Output<Boolean>? = null, ipAddressType: Output<String>? = null, loadBalancerType: Output<String>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, preserveHostHeader: Output<Boolean>? = null, securityGroups: Output<List<String>>? = null, subnetMappings: Output<List<LoadBalancerSubnetMappingArgs>>? = null, subnets: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, xffHeaderProcessingMode: Output<String>? = null)
Deprecated
aws.elasticloadbalancingv2.LoadBalancer has been deprecated in favor of aws.lb.LoadBalancer