loadBalancerType property

String? loadBalancerType
getter/setter pair

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"
  • "regionalL4ilb"
  • "regionalL7ilb"

Implementation

core.String? loadBalancerType;