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::AppFlow::Flow S3SourceProperties
The properties that are applied when Amazon S3 is being used as the flow source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "BucketPrefix" :String, "S3InputFormatConfig" :S3InputFormatConfig}
YAML
BucketName:StringBucketPrefix:StringS3InputFormatConfig:S3InputFormatConfig
Properties
- BucketName
- 
                    The Amazon S3 bucket name where the source files are stored. Required: Yes Type: String Pattern: \S+Minimum: 3Maximum: 63Update requires: No interruption 
- BucketPrefix
- 
                    The object key for the Amazon S3 bucket in which the source files are stored. Required: Yes Type: String Maximum: 512Update requires: No interruption 
- S3InputFormatConfig
- 
                    When you use Amazon S3 as the source, the configuration format that you provide the flow input data. Required: No Type: S3InputFormatConfig Update requires: No interruption 
See also
- 
                    S3SourceProperties in the Amazon AppFlow API Reference.