Interface CfnTargetGroupPropsMixin.MatcherProperty

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

@Stability(Stable) public static interface CfnTargetGroupPropsMixin.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.cfnpropertymixins.services.elasticloadbalancingv2.*;
 MatcherProperty matcherProperty = MatcherProperty.builder()
         .grpcCode("grpcCode")
         .httpCode("httpCode")
         .build();
 

See Also: