Values.CreateBackupRequestSourceThe request object for the CreateBackup operation.
type nonrec t = {fileSystemId : FileSystemId.t option;The ID of the file system to back up.
*)clientRequestToken : ClientRequestToken.t option;(Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
*)volumeId : VolumeId.t option;(Optional) The ID of the FSx for ONTAP volume to back up.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of FileSystemId.t ])
list ]