Type alias LoadBalancerTarget

LoadBalancerTarget: pulumi.Input<LoadBalancerTargetInfo> | LoadBalancerTargetInfoProvider | aws.ec2.Instance | aws.lambda.EventHandler<Request, Response>

The types of things that can be the target of a load balancer.

Note: A lambda event handler can only be supplied if using an application load balancer.

Generated using TypeDoc