Values.StorageLensTableDestinationSourceA 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.
type nonrec t = {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.
*)encryption : StorageLensDataExportEncryption.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsEnabled.t
| `Structure of
(string
* [> `Structure of (string * [> `String of SSEKMSKeyId.t ]) list ])
list ])
list ]