INPUT_OBJECT

StartRecoverS3SnapshotJobInput

Description

Input for an on-demand AWS S3 snapshot recovery job.

link GraphQL Schema definition

  • input StartRecoverS3SnapshotJobInput {
  • # ID of the S3 bucket workload.
  • workloadId: UUID!
  • # ID of the S3 bucket snapshot to recover.
  • snapshotId: UUID
  • # Restore date for PiTR recovery of the S3 bucket.
  • restoreDate: DateTime
  • # ARN of the destination S3 bucket.
  • destinationBucketArn: String!
  • # Flag to specify full or granular bucket recovery.
  • shouldRecoverFullBucket: Boolean!
  • # List of object keys for granular recovery.
  • objectKeys: [String!]!
  • # Rubrik ID of the AWS account where the S3 bucket will be recovered.
  • targetAwsAccountRubrikId: UUID
  • }

link Require by