Interface CfnCluster.ZonalShiftConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.ZonalShiftConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.ZonalShiftConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for zonal shift for the cluster.
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.eks.*;
ZonalShiftConfigProperty zonalShiftConfigProperty = ZonalShiftConfigProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.ZonalShiftConfigPropertystatic final classAn implementation forCfnCluster.ZonalShiftConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
If zonal shift is enabled, AWS configures zonal autoshift for the cluster.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-