ENUM

AwsNativeEbsVolumeSortFields

Description

The field type used to sort the EBS volumes.

link GraphQL Schema definition

  • enum AwsNativeEbsVolumeSortFields {
  • # Use AWS account name for sorting.
  • AWS_NATIVE_ACCOUNT_NAME
  • # Use EBS volume ID for sorting.
  • EBS_VOLUME_ID
  • # Use EBS volume name for sorting.
  • EBS_VOLUME_NAME
  • # Use size of EBS volume for sorting.
  • EBS_VOLUME_SIZE
  • # Use type of EBS volume for sorting.
  • EBS_VOLUME_TYPE
  • # Use EBS volume SLA Domain for sorting.
  • EFFECTIVE_SLA_DOMAIN
  • }