This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "BucketName" :
String
, "Keys" :[ SampleDocumentKeys, ... ]
}
YAML
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