BucketS3TablesDestinationArgs

data class BucketS3TablesDestinationArgs(val tableArn: Output<String>? = null, val tableBucketArn: Output<String>, val tableName: Output<String>, val tableNamespace: Output<String>? = null) : ConvertibleToJava<BucketS3TablesDestinationArgs>

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.

Constructors

Link copied to clipboard
constructor(tableArn: Output<String>? = null, tableBucketArn: Output<String>, tableName: Output<String>, tableNamespace: Output<String>? = null)

Properties

Link copied to clipboard
val tableArn: Output<String>? = null

The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.

Link copied to clipboard
val tableBucketArn: Output<String>

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 AWS-account as the general purpose bucket.

Link copied to clipboard
val tableName: Output<String>

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.

Link copied to clipboard
val tableNamespace: Output<String>? = null

The table bucket namespace for the metadata table in your metadata table configuration. This value is always `aws_s3_metadata`.

Functions

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