AWS::AppFlow::Flow S3DestinationProperties - 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::AppFlow::Flow S3DestinationProperties

The properties that are applied when Amazon S3 is used as a destination.

Syntax

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

Properties

BucketName

The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

Required: Yes

Type: String

Pattern: \S+

Minimum: 3

Maximum: 63

Update requires: No interruption

BucketPrefix

The object key for the destination bucket in which Amazon AppFlow places the files.

Required: No

Type: String

Maximum: 512

Update requires: No interruption

S3OutputFormatConfig

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

Required: No

Type: S3OutputFormatConfig

Update requires: No interruption

See also