Interface CfnClusterPropsMixin.RollbackConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.RollbackConfigProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.RollbackConfigProperty
extends software.amazon.jsii.JsiiSerializable
The rollback configuration to use for the cluster version rollback.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.eks.*;
RollbackConfigProperty rollbackConfigProperty = RollbackConfigProperty.builder()
.timeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.RollbackConfigPropertystatic final classAn implementation forCfnClusterPropsMixin.RollbackConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimeoutMinutes
The timeout in minutes for the version rollback operation.If not specified, defaults to 720 minutes (12 hours).
- See Also:
-
builder
-