AWS::AppFlow::Flow S3DestinationProperties
The properties that are applied when Amazon S3 is used as a destination.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "BucketPrefix" :String, "S3OutputFormatConfig" :S3OutputFormatConfig}
YAML
BucketName:StringBucketPrefix:StringS3OutputFormatConfig:S3OutputFormatConfig
Properties
BucketName-
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
Required: Yes
Type: String
Minimum:
3Maximum:
63Pattern:
\S+Update requires: No interruption
BucketPrefix-
The object key for the destination bucket in which Amazon AppFlow places the files.
Required: No
Type: String
Maximum:
512Pattern:
.*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
-
S3DestinationProperties in the Amazon AppFlow API Reference.