ENUM

AwsNativeRdsStorageType

Description

The storage type of an RDS instance.

link GraphQL Schema definition

  • enum AwsNativeRdsStorageType {
  • # Storage type is gp2.
  • GP2
  • # Storage type is gp3.
  • GP3
  • # Storage type is io1.
  • IO1
  • # Storage type is not specified.
  • NOT_SPECIFIED
  • # Storage type is standard.
  • STANDARD
  • # Storage type is unknown.
  • UNKNOWN
  • }