interface ZonalShiftConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins.CfnClusterPropsMixin.ZonalShiftConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awseks/mixins#CfnClusterPropsMixin_ZonalShiftConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.eks.mixins.CfnClusterPropsMixin.ZonalShiftConfigProperty |
Python | aws_cdk.mixins_preview.aws_eks.mixins.CfnClusterPropsMixin.ZonalShiftConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_eks » mixins » CfnClusterPropsMixin » ZonalShiftConfigProperty |
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 { mixins as eks_mixins } from '@aws-cdk/mixins-preview/aws-eks';
const zonalShiftConfigProperty: eks_mixins.CfnClusterPropsMixin.ZonalShiftConfigProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | If zonal shift is enabled, AWS configures zonal autoshift for the cluster. |
enabled?
Type:
boolean | IResolvable
(optional)
If zonal shift is enabled, AWS configures zonal autoshift for the cluster.

.NET
Go
Java
Python
TypeScript