AwsNativeRegionSortFields
The field type used to sort AWS native regions.
Values
| Value | Description |
|---|---|
| AWS_NATIVE_ACCOUNT_NAME | Use parent account name for sorting. |
| AWS_NATIVE_REGION_DYNAMODB_TABLE_COUNT | Use DynamoDB table count for sorting. |
| AWS_NATIVE_REGION_EBS_VOLUME_COUNT | Use EBS volume count for sorting. |
| AWS_NATIVE_REGION_EC2_INSTANCE_COUNT | Use EC2 instance count for sorting. |
| AWS_NATIVE_REGION_RDS_INSTANCE_COUNT | Use RDS instance count for sorting. |
| AWS_NATIVE_REGION_S3_BUCKET_COUNT | Use S3 bucket count for sorting. |
| AWS_REGION | Use AWS region enum for sorting. |
| NAME | Use region name for sorting. |