interface StorageConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.CfnCluster.StorageConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#CfnCluster_StorageConfigProperty |
![]() | software.amazon.awscdk.services.eks.CfnCluster.StorageConfigProperty |
![]() | aws_cdk.aws_eks.CfnCluster.StorageConfigProperty |
![]() | aws-cdk-lib » aws_eks » CfnCluster » StorageConfigProperty |
Request to update the configuration of the storage capability of your EKS Auto Mode cluster.
For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
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 storageConfigProperty: eks.CfnCluster.StorageConfigProperty = {
blockStorage: {
enabled: false,
},
};
Properties
Name | Type | Description |
---|---|---|
block | IResolvable | Block | Request to configure EBS Block Storage settings for your EKS Auto Mode cluster. |
blockStorage?
Type:
IResolvable
|
Block
(optional)
Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.