OBJECT

AwsNativeRegionSpec

Description

List of AWS region specifications associated with an AWS account.

link GraphQL Schema definition

  • type AwsNativeRegionSpec {
  • # Name of the AWS region.
  • region: AwsNativeRegion!
  • # A boolean specifying whether exocompute is configured in the region or not.
  • isExocomputeConfigured: Boolean!
  • }