interface ZonalShiftConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.CfnCluster.ZonalShiftConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#CfnCluster_ZonalShiftConfigProperty |
![]() | software.amazon.awscdk.services.eks.CfnCluster.ZonalShiftConfigProperty |
![]() | aws_cdk.aws_eks.CfnCluster.ZonalShiftConfigProperty |
![]() | 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.