Module Values.S3TablesDestinationSource

The destination information for a V1 S3 Metadata configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket. If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using CreateBucketMetadataConfiguration so that you can expire journal table records and create a live inventory table.

Sourcetype nonrec t = {
  1. tableBucketArn : S3TablesBucketArn.t;
    (*

    The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.

    *)
  2. tableName : S3TablesName.t;
    (*

    The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.

    *)
}
Sourceval context_ : string
Sourceval make : tableBucketArn:S3TablesBucketArn.t -> tableName:S3TablesName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3TablesBucketArn.t ]) 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