Values.S3TablesIntegrationSourceContains information about the S3 Tables integration configuration for a configuration template.
type nonrec t = {datasourceName : S3TablesDatasourceName.t option;The name of the S3 Tables datasource.
*)datasourceType : S3TablesDatasourceType.t option;The type of the S3 Tables datasource.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of S3TablesDatasourceName.t ]) list ]