Values.DestinationResultSourceThe destination information for the S3 Metadata configuration.
type nonrec t = {tableBucketType : S3TablesBucketType.t option;The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.
*)tableBucketArn : S3TablesBucketArn.t option;The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
*)tableNamespace : S3TablesNamespace.t option;The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of S3TablesBucketArn.t ]) list ]