INPUT_OBJECT

StartAwsNativeAccountDisableJobInput

Description

Input to trigger AWS native account disable job.

link GraphQL Schema definition

  • input StartAwsNativeAccountDisableJobInput {
  • # Rubrik ID of AWS account.
  • awsAccountRubrikId: UUID!
  • # Specifies whether to delete snapshots in the account.
  • shouldDeleteNativeSnapshots: Boolean!
  • # Type of native protection to not be enabled.
  • awsNativeProtectionFeature: AwsNativeProtectionFeature!
  • }

link Require by