OBJECT

CloudNativeRegion

Description

Region where cloud native object exists.

link GraphQL Schema definition

  • type CloudNativeRegion {
  • # Region where AWS native object exists. This field will be null if the object is
  • # not an AWS object.
  • awsRegion: AwsNativeRegion
  • # Region where Azure native object exists. This field will be null if the object
  • # is not an Azure object.
  • azureRegion: AzureNativeRegion
  • # Region where GCP native object exists. The zones field is empty for now and can
  • # be populated in future as and when needed. This field will be null if the object
  • # is not a GCP object.
  • gcpRegion: GcpNativeRegion
  • }