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: