Contents:
aws_cdk.aws_elasticloadbalancingv2.
TargetType
Bases: enum.Enum
enum.Enum
How to interpret the load balancing target identifiers.
Attributes
INSTANCE
Targets identified by instance ID.
IP
Targets identified by IP address.
LAMBDA
Target is a single Lambda Function.