INPUT_OBJECT
StartAwsNativeAccountDisableJobInput
Description
Input to trigger AWS native account disable job.
link GraphQL Schema definition
- input StartAwsNativeAccountDisableJobInput {
- # Rubrik ID of AWS account.
- : UUID!
- # Type of native protection to not be enabled.
- : AwsNativeProtectionFeature!
- # Specifies whether to delete snapshots in the account.
- : Boolean!
- }