INPUT_OBJECT

UpdateDestinationRoleForRcvMigrationInput

Description

Request to update the destination role of the source location to be used for migration to RCV.

link GraphQL Schema definition

  • input UpdateDestinationRoleForRcvMigrationInput {
  • # Destination role ARN to be used for migration to RCV.
  • destinationRoleArn: String
  • # Location ID of the source location undergoing migration to RCV. This will
  • # be template location ID for a cloud native location and location ID for a
  • # data center location.
  • locationId: UUID!
  • }

link Require by