Values.DataLakeLifecycleTransitionSourceProvide transition lifecycle details of Amazon Security Lake object.
type nonrec t = {days : DataLakeLifecycleTransitionDaysInteger.t option;Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.
*)storageClass : DataLakeStorageClass.t option;The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DataLakeLifecycleTransitionDaysInteger.t
| `String of DataLakeStorageClass.t ])
list ]