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
Describes the codes to use when checking for a successful response from a target for health checks.
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.vpclattice.*;
MatcherProperty matcherProperty = MatcherProperty.builder()
.httpCode("httpCode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTargetGroupPropsMixin.MatcherPropertystatic final classAn implementation forCfnTargetGroupPropsMixin.MatcherProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHttpCode
The HTTP code to use when checking for a successful response from a target.- See Also:
-
builder
-