Interface CfnCluster.IStorageConfigProperty
Request to update the configuration of the storage capability of your EKS Auto Mode cluster.
Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStorageConfigProperty
Syntax (vb)
Public Interface IStorageConfigProperty
Remarks
For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EKS;
var storageConfigProperty = new StorageConfigProperty {
BlockStorage = new BlockStorageProperty {
Enabled = false
}
};
Synopsis
Properties
Block |
Request to configure EBS Block Storage settings for your EKS Auto Mode cluster. |
Properties
BlockStorage
Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.
virtual object BlockStorage { get; }
Property Value
System.