Interface CfnResiliencyPolicy.FailurePolicyProperty

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

@Stability(Stable) public static interface CfnResiliencyPolicy.FailurePolicyProperty extends software.amazon.jsii.JsiiSerializable
Defines a failure policy.

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.resiliencehub.*;
 FailurePolicyProperty failurePolicyProperty = FailurePolicyProperty.builder()
         .rpoInSecs(123)
         .rtoInSecs(123)
         .build();
 

See Also: