Interface CfnTargetGroup.MatcherProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTargetGroup.MatcherProperty.Jsii$Proxy
Enclosing class:
CfnTargetGroup

@Stability(Stable) public static interface CfnTargetGroup.MatcherProperty extends software.amazon.jsii.JsiiSerializable
Specifies the HTTP codes that healthy targets must use when responding to an HTTP health check.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.elasticloadbalancingv2.*;
 MatcherProperty matcherProperty = MatcherProperty.builder()
         .grpcCode("grpcCode")
         .httpCode("httpCode")
         .build();
 

See Also: