Module Values.DataLakeLifecycleTransitionSource

Provide transition lifecycle details of Amazon Security Lake object.

Sourcetype nonrec t = {
  1. days : DataLakeLifecycleTransitionDaysInteger.t option;
    (*

    Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.

    *)
  2. 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.

    *)
}
Sourceval make : ?days:??? -> ?storageClass:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DataLakeLifecycleTransitionDaysInteger.t | `String of DataLakeStorageClass.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t