ENUM

AwsNativeRegionSortFields

Description

The field type used to sort AWS native regions.

link GraphQL Schema definition

  • enum AwsNativeRegionSortFields {
  • # Use parent account name for sorting.
  • AWS_NATIVE_ACCOUNT_NAME
  • # Use DynamoDB table count for sorting.
  • AWS_NATIVE_REGION_DYNAMODB_TABLE_COUNT
  • # Use EBS volume count for sorting.
  • AWS_NATIVE_REGION_EBS_VOLUME_COUNT
  • # Use EC2 instance count for sorting.
  • AWS_NATIVE_REGION_EC2_INSTANCE_COUNT
  • # Use RDS instance count for sorting.
  • AWS_NATIVE_REGION_RDS_INSTANCE_COUNT
  • # Use S3 bucket count for sorting.
  • AWS_NATIVE_REGION_S3_BUCKET_COUNT
  • # Use AWS region enum for sorting.
  • AWS_REGION
  • # Use region name for sorting.
  • NAME
  • }