OBJECT

PerLocationMigrationInfo

Description

Migration information for each location being migrated.

link GraphQL Schema definition

  • type PerLocationMigrationInfo {
  • # The migrator info provider.
  • dataMigratorSpecificInfo: DataMigratorSpecificInfoOneof
  • # ID of the location undergoing migration.
  • locationId: UUID!
  • # AWS bucket corresponding to the target RCV location.
  • rcvBucket: String!
  • }

link Require by