Load Balancer Args
data class LoadBalancerArgs(val ipAddressType: Output<String>? = null, val loadBalancerAttributes: Output<List<LoadBalancerAttributeArgs>>? = null, val name: Output<String>? = null, val scheme: Output<String>? = null, val securityGroups: Output<List<String>>? = null, val subnetMappings: Output<List<LoadBalancerSubnetMappingArgs>>? = null, val subnets: Output<List<String>>? = null, val tags: Output<List<LoadBalancerTagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<LoadBalancerArgs>
Resource Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer
Constructors
Link copied to clipboard
fun LoadBalancerArgs(ipAddressType: Output<String>? = null, loadBalancerAttributes: Output<List<LoadBalancerAttributeArgs>>? = null, name: Output<String>? = null, scheme: Output<String>? = null, securityGroups: Output<List<String>>? = null, subnetMappings: Output<List<LoadBalancerSubnetMappingArgs>>? = null, subnets: Output<List<String>>? = null, tags: Output<List<LoadBalancerTagArgs>>? = null, type: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer.
Link copied to clipboard
Link copied to clipboard