loadBalancerType property

String? loadBalancerType
getter/setter pair

The type of Load Balancer specified by this target.

Must match the configuration of the Load Balancer located at the LoadBalancerTarget's IP address/port and region. Possible string values are:

  • "none"
  • "globalL7ilb" : Cross-region internal Application Load Balancer
  • "regionalL4ilb" : Regional internal passthrough Network Load Balancer
  • "regionalL7ilb" : Regional internal Application Load Balancer

Implementation

core.String? loadBalancerType;