INPUT_OBJECT

FinOpsMigrationQueryConfigurationInput

The input required by the Tanzu CloudHealth migration engine for a given resource

link GraphQL Schema definition

  • input FinOpsMigrationQueryConfigurationInput {
  • # This defines the range of values for the entity properties of the target entity
  • entityConfig: [FinOpsEntityMigrationQueryConfigInput!]!
  • # List of entity properties with the value(s) that we need to exclude for
  • # migration
  • entityParamsExcludeList: [FinOpsPropertyFilterInput!]
  • # List of entity properties with the value(s) that we need to consider for
  • # migration
  • entityParamsIncludeList: [FinOpsPropertyFilterInput!]!
  • # Resource identifier of the entity for migration
  • resourceId: String!
  • # Target entity type that is being considered for migration. Example:
  • # AWS.EC2.Instance
  • targetEntityType: String!
  • }