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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResiliencyPolicy.FailurePolicyPropertystatic final classAn implementation forCfnResiliencyPolicy.FailurePolicyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Recovery Point Objective (RPO) in seconds.Recovery Time Objective (RTO) in seconds.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRpoInSecs
Recovery Point Objective (RPO) in seconds.- See Also:
-
getRtoInSecs
Recovery Time Objective (RTO) in seconds.- See Also:
-
builder
-