AWS::DynamoDB::Table S3BucketSource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::DynamoDB::Table S3BucketSource

The S3 bucket that is being imported from.

Syntax

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

JSON

{ "S3Bucket" : String, "S3BucketOwner" : String, "S3KeyPrefix" : String }

YAML

S3Bucket: String S3BucketOwner: String S3KeyPrefix: String

Properties

S3Bucket

The S3 bucket that is being imported from.

Required: Yes

Type: String

Pattern: ^[a-z0-9A-Z]+[\.\-\w]*[a-z0-9A-Z]+$

Maximum: 255

Update requires: Replacement

S3BucketOwner

The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.

Required: No

Type: String

Pattern: [0-9]{12}

Update requires: Replacement

S3KeyPrefix

The key prefix shared by all S3 Objects that are being imported.

Required: No

Type: String

Maximum: 1024

Update requires: Replacement