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
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.services.vpclattice.*;
MatcherProperty matcherProperty = MatcherProperty.builder()
.httpCode("httpCode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTargetGroup.MatcherPropertystatic final classAn implementation forCfnTargetGroup.MatcherProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The HTTP code to use when checking for a successful response from a target.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
-