INPUT_OBJECT
StartRecoverS3SnapshotJobInput
Description
Input for an on-demand AWS S3 snapshot recovery job.
link GraphQL Schema definition
- input StartRecoverS3SnapshotJobInput {
- # ARN of the destination S3 bucket.
- : String!
- # List of object keys for granular recovery.
- : [String!]!
- # Restore date for PiTR recovery of the S3 bucket.
- : DateTime
- # Flag to specify full or granular bucket recovery.
- : Boolean!
- # ID of the S3 bucket snapshot to recover.
- : UUID
- # Rubrik ID of the AWS account where the S3 bucket will be recovered.
- : UUID
- # ID of the S3 bucket workload.
- : UUID!
- }