OBJECT
PerLocationMigrationInfo
Description
Migration information for each location being migrated.
link GraphQL Schema definition
- type PerLocationMigrationInfo {
- # The migrator info provider.
- : DataMigratorSpecificInfoOneof
- # ID of the location undergoing migration.
- : UUID!
- # AWS bucket corresponding to the target RCV location.
- : String!
- }