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.
- UUID! :
- # ID of the S3 bucket snapshot to recover.
- UUID :
- # Restore date for PiTR recovery of the S3 bucket.
- DateTime :
- # ARN of the destination S3 bucket.
- String! :
- # Flag to specify full or granular bucket recovery.
- Boolean! :
- # List of object keys for granular recovery.
- String!]! : [
- # Rubrik ID of the AWS account where the S3 bucket will be recovered.
- UUID :
- }