ENUM

AwsNativeEbsVolumeType

Description

AWS EBS volume types.

link GraphQL Schema definition

  • enum AwsNativeEbsVolumeType {
  • # EBS volume type is gp2.
  • GP2
  • # EBS volume type is gp3.
  • GP3
  • # EBS volume type is io1.
  • IO1
  • # EBS volume type is io2.
  • IO2
  • # EBS volume type is not specified.
  • NOT_SPECIFIED
  • # EBS volume type is sc1.
  • SC1
  • # EBS volume type is st1.
  • ST1
  • # Storage type is standard.
  • STANDARD
  • # EBS volume type is unknown.
  • UNKNOWN
  • }