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