Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupHealth
Packages that use TargetGroupHealth
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of TargetGroupHealth in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement TargetGroupHealthMethods in software.amazon.awscdk.services.elasticloadbalancingv2 that return TargetGroupHealthModifier and TypeMethodDescriptionTargetGroupHealth.Builder.build()Builds the configured instance.final TargetGroupHealthApplicationTargetGroupProps.Jsii$Proxy.getTargetGroupHealth()default TargetGroupHealthBaseTargetGroupProps.getTargetGroupHealth()Configuring target group health.final TargetGroupHealthBaseTargetGroupProps.Jsii$Proxy.getTargetGroupHealth()final TargetGroupHealthNetworkTargetGroupProps.Jsii$Proxy.getTargetGroupHealth()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type TargetGroupHealthModifier and TypeMethodDescriptionApplicationTargetGroup.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Configuring target group health.ApplicationTargetGroupProps.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Sets the value ofBaseTargetGroupProps.getTargetGroupHealth()BaseTargetGroupProps.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Sets the value ofBaseTargetGroupProps.getTargetGroupHealth()NetworkTargetGroup.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Configuring target group health.NetworkTargetGroupProps.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Sets the value ofBaseTargetGroupProps.getTargetGroupHealth()