AWS::S3::Bucket S3TablesDestination - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::S3::Bucket S3TablesDestination

The destination information for the metadata table 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "TableArn" : String, "TableBucketArn" : String, "TableName" : String, "TableNamespace" : String }

YAML

TableArn: String TableBucketArn: String TableName: String TableNamespace: String

Properties

TableArn

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.

Required: No

Type: String

Update requires: No interruption

TableBucketArn

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.

Required: Yes

Type: String

Update requires: No interruption

TableName

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.

Required: Yes

Type: String

Update requires: No interruption

TableNamespace

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

Required: No

Type: String

Update requires: No interruption