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 TargetGroupHealth
ApplicationTargetGroupProps.Jsii$Proxy.getTargetGroupHealth()
default TargetGroupHealth
BaseTargetGroupProps.getTargetGroupHealth()
Configuring target group health.final TargetGroupHealth
BaseTargetGroupProps.Jsii$Proxy.getTargetGroupHealth()
final TargetGroupHealth
NetworkTargetGroupProps.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()