Module Values.StorageLensTableDestinationSource

A container for configuring your S3 Storage Lens reports to export to read-only S3 table buckets. This parameter enables you to store your Storage Lens metrics in a structured, queryable table format in Apache Iceberg. For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. isEnabled : IsEnabled.t;
    (*

    A container that indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration. When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.

    *)
  2. encryption : StorageLensDataExportEncryption.t option;
}
Sourceval context_ : string
Sourceval make : ?encryption:??? -> isEnabled:IsEnabled.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of IsEnabled.t | `Structure of (string * [> `Structure of (string * [> `String of SSEKMSKeyId.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