Values.CreateLegalHoldInputSourceCreates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.
type nonrec t = {title : string;The title of the legal hold.
*)description : string;The description of the legal hold.
*)idempotencyToken : string option;This is a user-chosen string used to distinguish between otherwise identical calls. Retrying a successful request with the same idempotency token results in a success message with no action taken.
*)recoveryPointSelection : RecoveryPointSelection.t option;The criteria to assign a set of resources, such as resource types or backup vaults.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `Structure of (string * [> `Timestamp of string ]) list ])
list ])
list ]