Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTargetGroup.MatcherProperty
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnTargetGroup.MatcherProperty in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTargetGroup.MatcherProperty
Modifier and TypeMethodDescriptionCfnTargetGroup.MatcherProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnTargetGroup.Builder.matcher
(CfnTargetGroup.MatcherProperty matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.CfnTargetGroupProps.Builder.matcher
(CfnTargetGroup.MatcherProperty matcher) Sets the value ofCfnTargetGroupProps.getMatcher()
void
CfnTargetGroup.setMatcher
(CfnTargetGroup.MatcherProperty value) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.