backup_cancel_legal_hold: This action removes the specified legal hold on a recovery...

View source: R/backup_operations.R

backup_cancel_legal_holdR Documentation

This action removes the specified legal hold on a recovery point

Description

This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

See https://www.paws-r-sdk.com/docs/backup_cancel_legal_hold/ for full documentation.

Usage

backup_cancel_legal_hold(
  LegalHoldId,
  CancelDescription,
  RetainRecordInDays = NULL
)

Arguments

LegalHoldId

[required] Legal hold ID required to remove the specified legal hold on a recovery point.

CancelDescription

[required] String describing the reason for removing the legal hold.

RetainRecordInDays

The integer amount in days specifying amount of days after this API operation to remove legal hold.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.