interface ZonalShiftConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKS.CfnCluster.ZonalShiftConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseks#CfnCluster_ZonalShiftConfigProperty |
Java | software.amazon.awscdk.services.eks.CfnCluster.ZonalShiftConfigProperty |
Python | aws_cdk.aws_eks.CfnCluster.ZonalShiftConfigProperty |
TypeScript | aws-cdk-lib » aws_eks » CfnCluster » 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 { aws_eks as eks } from 'aws-cdk-lib';
const zonalShiftConfigProperty: eks.CfnCluster.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