Show / Hide Table of Contents

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 CfnCluster.IStorageConfigProperty
Syntax (vb)
Public Interface CfnCluster.IStorageConfigProperty
Remarks

For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-storageconfig.html

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

BlockStorage

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.

object? BlockStorage { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-storageconfig.html#cfn-eks-cluster-storageconfig-blockstorage

Back to top Generated by DocFX