INPUT_OBJECT

CloudSpecificRegionOneofInput

Description

CloudSpecificRegion is the region specific to the cloud provider.

link GraphQL Schema definition

  • input CloudSpecificRegionOneofInput {
  • # Region is of type AwsRegion.
  • awsRegion: AwsRegion
  • # Region is of type AzureRegion.
  • azureRegion: AzureRegion
  • # Region is of type GcpRegion.
  • gcpRegion: GcpRegion
  • }