INPUT_OBJECT
WorkloadRegionInput
Description
Regions for which the workloads are to be shown.
link GraphQL Schema definition
- input WorkloadRegionInput {
- # Region of the AWS location.
- : AwsNativeRegion!
- # Region of the Azure location.
- : AzureNativeRegion!
- # Region of the GCP location.
- : String!
- }