Values.DeleteVolumeOntapConfigurationSourceUse to specify skipping a final backup, adding tags to a final backup, or bypassing the retention period of an FSx for ONTAP SnapLock Enterprise volume when deleting an FSx for ONTAP volume.
type nonrec t = {skipFinalBackup : Flag.t option;Set to true if you want to skip taking a final backup of the volume you are deleting.
*)finalBackupTags : Tags.t option;bypassSnaplockEnterpriseRetention : Flag.t option;Setting this to true allows a SnapLock administrator to delete an FSx for ONTAP SnapLock Enterprise volume with unexpired write once, read many (WORM) files. The IAM permission fsx:BypassSnaplockEnterpriseRetention is also required to delete SnapLock Enterprise volumes with unexpired WORM files. The default value is false. For more information, see Deleting a SnapLock volume.
*)}