Values.AwsBackupBackupPlanLifecycleDetailsSourceProvides lifecycle details for the backup plan. A lifecycle defines when a backup is transitioned to cold storage and when it expires.
type nonrec t = {deleteAfterDays : Long.t option;Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.
*)moveToColdStorageAfterDays : Long.t option;Specifies the number of days after creation that a recovery point is moved to cold storage.
*)}