Values.AssociateSourceToS3TableIntegrationRequestSourceAssociates a data source with an S3 Table Integration for query access in the 'logs' namespace. This enables querying log data using analytics engines that support Iceberg such as Amazon Athena, Amazon Redshift, and Apache Spark.
type nonrec t = {integrationArn : Arn.t;The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.
*)dataSource : DataSource.t;The data source to associate with the S3 Table Integration. Contains the name and type of the data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of (string * [> `String of DataSourceName.t ]) list ])
list ]