loadBalancerType property
The type of load balancer specified by this target.
This value must match the configuration of the load balancer located at the LoadBalancerTarget's IP address, port, and region. Use the following:
- regionalL4ilb: for a regional internal passthrough Network Load Balancer. - regionalL7ilb: for a regional internal Application Load Balancer. - globalL7ilb: for a global internal Application Load Balancer. Possible string values are:
- "none"
- "globalL7ilb" : Indicates the load balancer is a Cross-Region Application Load Balancer.
- "regionalL4ilb" : Indicates the load balancer is a Regional Network Passthrough Load Balancer.
- "regionalL7ilb" : Indicates the load balancer is a Regional Application Load Balancer.
Implementation
core.String? loadBalancerType;