ENUM

AwsNativeEc2InstanceSortFields

Description

The field type used to sort the EC2 instances.

link GraphQL Schema definition

  • enum AwsNativeEc2InstanceSortFields {
  • # Use SLA Domain assignment for sorting.
  • ASSIGNED_SLA_DOMAIN
  • # Use AWS account name for sorting.
  • AWS_NATIVE_ACCOUNT_NAME
  • # Use VPC ID for sorting.
  • AWS_VPC_ID
  • # Use EC2 instance ID for sorting.
  • EC2_INSTANCE_ID
  • # Use EC2 instance name for sorting.
  • EC2_INSTANCE_NAME
  • # Use type of EC2 instance for sorting.
  • EC2_INSTANCE_TYPE
  • # Use EC2 instance SLA Domain for sorting.
  • EFFECTIVE_SLA_DOMAIN
  • }