Class CfnCluster.StorageConfigProperty
Request to update the configuration of the storage capability of your EKS Auto Mode cluster.
Inheritance
System.Object
CfnCluster.StorageConfigProperty
Implements
Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StorageConfigProperty : Object, CfnCluster.IStorageConfigProperty
Syntax (vb)
Public Class StorageConfigProperty
Inherits Object
Implements CfnCluster.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
Constructors
StorageConfigProperty() |
Properties
BlockStorage | Request to configure EBS Block Storage settings for your EKS Auto Mode cluster. |
Constructors
StorageConfigProperty()
public StorageConfigProperty()
Properties
BlockStorage
Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.
public object BlockStorage { get; set; }
Property Value
System.Object