Show / Hide Table of Contents

Class AmazonLinuxStorage

Inheritance
System.Object
AmazonLinuxStorage
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public sealed class AmazonLinuxStorage : Enum
Syntax (vb)
Public NotInheritable Class AmazonLinuxStorage
    Inherits

     Enum

Synopsis

Fields

EBS

EBS-backed storage.

GENERAL_PURPOSE

General Purpose-based storage (recommended).

value__

Fields

EBS

EBS-backed storage.

public const AmazonLinuxStorage EBS
Field Value
Type Description
AmazonLinuxStorage

GENERAL_PURPOSE

General Purpose-based storage (recommended).

public const AmazonLinuxStorage GENERAL_PURPOSE
Field Value
Type Description
AmazonLinuxStorage

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX