Module Values.DataLakeLifecycleConfigurationSource

Provides lifecycle details of Amazon Security Lake object.

Sourcetype nonrec t = {
  1. expiration : DataLakeLifecycleExpiration.t option;
    (*

    Provides data expiration details of Amazon Security Lake object.

    *)
  2. transitions : DataLakeLifecycleTransitionList.t option;
    (*

    Provides data storage transition details of Amazon Security Lake object.

    *)
}
Sourceval make : ?expiration:??? -> ?transitions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of DataLakeLifecycleTransitionDaysInteger.t | `String of DataLakeStorageClass.t ]) list ] list | `Structure of (string * [> `Integer of DataLakeLifecycleExpirationDaysInteger.t ]) list ]) 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