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: