ENUM

AwsNativeAccountSortFields

Description

The field type used to sort AWS accounts.

link GraphQL Schema definition

  • enum AwsNativeAccountSortFields {
  • # Use EBS volume count for sorting.
  • EBS_VOLUME_COUNT
  • # Use EC2 instance count for sorting.
  • EC2_INSTANCE_COUNT
  • # Use AWS account SLA Domain for sorting.
  • EFFECTIVE_SLA_DOMAIN
  • # Use AWS account name for sorting.
  • NAME
  • }

link Require by