interface ZonalShiftConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EKS.CfnClusterPropsMixin.ZonalShiftConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awseks#CfnClusterPropsMixin_ZonalShiftConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.ZonalShiftConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_eks.CfnClusterPropsMixin.ZonalShiftConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_eks » 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 { aws_eks as eks } from '@aws-cdk/cfn-property-mixins';
const zonalShiftConfigProperty: eks.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