AWS::B2BI::Transformer SampleDocuments - 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::B2BI::Transformer SampleDocuments

Describes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.

Syntax

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

JSON

{ "BucketName" : String, "Keys" : [ SampleDocumentKeys, ... ] }

Properties

BucketName

Contains the Amazon S3 bucket that is used to hold your sample documents.

Required: Yes

Type: String

Minimum: 3

Maximum: 63

Update requires: No interruption

Keys

Contains an array of the Amazon S3 keys used to identify the location for your sample documents.

Required: Yes

Type: Array of SampleDocumentKeys

Update requires: No interruption