INPUT_OBJECT

CloudNativeIds

Description

DataType representing cloud native ids.

link GraphQL Schema definition

  • input CloudNativeIds {
  • # List of AWS native account IDs.
  • awsNativeAccountIds: [String!]
  • # List of Azure native subscriptions IDs.
  • azureNativeSubscriptionIds: [String!]
  • # List of GCP native project IDs.
  • gcpNativeProjectIds: [String!]
  • }