INPUT_OBJECT

StartAwsNativeRdsInstanceSnapshotsJobInput

Description

Input to initiate job to create AWS RDS Instance snapshots.

link GraphQL Schema definition

  • input StartAwsNativeRdsInstanceSnapshotsJobInput {
  • # List of Rubrik UUIDs of the RDS Instances.
  • rdsInstanceIds: [UUID!]!
  • # ID of the SLA Domain to be used for retention of the snapshots that are created
  • # by the RDS instance snapshot job.
  • retentionSlaId: String
  • }

link Require by