LambdaTarget¶
-
class
aws_cdk.aws_elasticloadbalancingv2_targets.
LambdaTarget
(fn)¶ Bases:
object
- Stability
experimental
(experimental) Create a new Lambda target.
- Parameters
fn (
IFunction
) –- Stability
experimental
Methods
-
attach_to_application_target_group
(target_group)¶ (experimental) Register this instance target with a load balancer.
Don’t call this, it is called automatically when you add the target to a load balancer.
- Parameters
target_group (
IApplicationTargetGroup
) –- Stability
experimental
- Return type
-
attach_to_network_target_group
(target_group)¶ (experimental) Register this instance target with a load balancer.
Don’t call this, it is called automatically when you add the target to a load balancer.
- Parameters
target_group (
INetworkTargetGroup
) –- Stability
experimental
- Return type