OBJECT
AwsNativeRegionSpec
Description
List of AWS region specifications associated with an AWS account.
link GraphQL Schema definition
- type AwsNativeRegionSpec {
- # A boolean specifying whether exocompute is configured in the region or not.
- : Boolean!
- # Name of the AWS region.
- : AwsNativeRegion!
- }