Class MetadataTableConfigurationResult

java.lang.Object
software.amazon.awssdk.services.s3.model.MetadataTableConfigurationResult
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>

@Generated("software.amazon.awssdk:codegen") public final class MetadataTableConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataTableConfigurationResult.Builder,MetadataTableConfigurationResult>

The V1 S3 Metadata configuration for a general purpose bucket. 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.

See Also: