Class CfnClusterPropsMixin.ZonalShiftConfigProperty
The configuration for zonal shift for the cluster.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.ZonalShiftConfigProperty : CfnClusterPropsMixin.IZonalShiftConfigProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.ZonalShiftConfigProperty Implements CfnClusterPropsMixin.IZonalShiftConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins;
var zonalShiftConfigProperty = new ZonalShiftConfigProperty {
Enabled = false
};
Synopsis
Constructors
| ZonalShiftConfigProperty() | The configuration for zonal shift for the cluster. |
Properties
| Enabled | If zonal shift is enabled, AWS configures zonal autoshift for the cluster. |
Constructors
ZonalShiftConfigProperty()
The configuration for zonal shift for the cluster.
public ZonalShiftConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins;
var zonalShiftConfigProperty = new ZonalShiftConfigProperty {
Enabled = false
};
Properties
Enabled
If zonal shift is enabled, AWS configures zonal autoshift for the cluster.
public object? Enabled { get; set; }