Module Values.DataLakeConfigurationSource

Provides details of Amazon Security Lake object.

Sourcetype nonrec t = {
  1. encryptionConfiguration : DataLakeEncryptionConfiguration.t option;
    (*

    Provides encryption details of Amazon Security Lake object.

    *)
  2. lifecycleConfiguration : DataLakeLifecycleConfiguration.t option;
    (*

    Provides lifecycle details of Amazon Security Lake object.

    *)
  3. region : Region.t;
    (*

    The Amazon Web Services Regions where Security Lake is automatically enabled.

    *)
  4. replicationConfiguration : DataLakeReplicationConfiguration.t option;
    (*

    Provides replication details of Amazon Security Lake object.

    *)
}
Sourceval context_ : string
Sourceval make : ?encryptionConfiguration:??? -> ?lifecycleConfiguration:??? -> ?replicationConfiguration:??? -> region:Region.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Region.t | `Structure of (string * [> `List of [> `String of Region.t | `Structure of (string * [> `Integer of DataLakeLifecycleTransitionDaysInteger.t | `String of DataLakeStorageClass.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of DataLakeLifecycleExpirationDaysInteger.t ]) list ]) 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