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
- FinOpsEntityMigrationQueryConfigInput!]! : [
- # List of entity properties with the value(s) that we need to exclude for
- # migration
- FinOpsPropertyFilterInput!] : [
- # List of entity properties with the value(s) that we need to consider for
- # migration
- FinOpsPropertyFilterInput!]! : [
- # Resource identifier of the entity for migration
- String! :
- # Target entity type that is being considered for migration. Example:
- # AWS.EC2.Instance
- String! :
- }