OBJECT
WorkloadRegion
Description
Region of the workload.
link GraphQL Schema definition
- type WorkloadRegion {
- # Region of the AWS location.
- : AwsNativeRegion!
- # Region of the Azure location.
- : AzureNativeRegion!
- # Region of the GCP location.
- : String!
- }