Interface CfnPlan.HealthCheckStateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.HealthCheckStateProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.HealthCheckStateProperty
extends software.amazon.jsii.JsiiSerializable
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.arcregionswitch.*; HealthCheckStateProperty healthCheckStateProperty = HealthCheckStateProperty.builder() .healthCheckId("healthCheckId") .region("region") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.HealthCheckStateProperty
static final class
An implementation forCfnPlan.HealthCheckStateProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHealthCheckId
- See Also:
-
getRegion
- See Also:
-
builder
-