INPUT_OBJECT

StartCreateAwsNativeEbsVolumeSnapshotsJobInput

Description

Input to initiate the snapshot creation job for AWS native EBS volume.

link GraphQL Schema definition

  • input StartCreateAwsNativeEbsVolumeSnapshotsJobInput {
  • # Rubrik UUIDs of EBS volumes for snapshot creation.
  • ebsVolumeIds: [UUID!]!
  • # Retention SLA ID to be used for the snapshots to be created.
  • retentionSlaId: String
  • }

link Require by