BucketMetadataTableConfigurationArgs

data class BucketMetadataTableConfigurationArgs(val s3TablesDestination: Output<BucketS3TablesDestinationArgs>) : ConvertibleToJava<BucketMetadataTableConfigurationArgs>

The metadata table configuration of an S3 general purpose bucket. For more information, see Accelerating data discovery with S3 Metadata and Setting up permissions for configuring metadata tables.

Constructors

Link copied to clipboard
constructor(s3TablesDestination: Output<BucketS3TablesDestinationArgs>)

Properties

Link copied to clipboard

The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS-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.

Functions

Link copied to clipboard
open override fun toJava(): BucketMetadataTableConfigurationArgs