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 RedshiftDestinationProperties
The properties that are applied when Amazon Redshift is being used as a destination.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BucketPrefix" :String, "ErrorHandlingConfig" :ErrorHandlingConfig, "IntermediateBucketName" :String, "Object" :String}
YAML
BucketPrefix:StringErrorHandlingConfig:ErrorHandlingConfigIntermediateBucketName:StringObject:String
Properties
- BucketPrefix
- 
                    The object key for the bucket in which Amazon AppFlow places the destination files. Required: No Type: String Maximum: 512Update requires: No interruption 
- ErrorHandlingConfig
- 
                    The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfigis a part of the destination connector details.Required: No Type: ErrorHandlingConfig Update requires: No interruption 
- IntermediateBucketName
- 
                    The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift. Required: Yes Type: String Pattern: \S+Minimum: 3Maximum: 63Update requires: No interruption 
- Object
- 
                    The object specified in the Amazon Redshift flow destination. Required: Yes Type: String Pattern: \S+Maximum: 512Update requires: No interruption 
See also
- 
                    RedshiftDestinationProperties in the Amazon AppFlow API Reference.