AWS::AppFlow::Flow RedshiftDestinationProperties - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketPrefix" : String, "ErrorHandlingConfig" : ErrorHandlingConfig, "IntermediateBucketName" : String, "Object" : String }

Properties

BucketPrefix

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

Required: No

Type: String

Maximum: 512

Update 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. ErrorHandlingConfig is 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: 3

Maximum: 63

Update requires: No interruption

Object

The object specified in the Amazon Redshift flow destination.

Required: Yes

Type: String

Pattern: \S+

Maximum: 512

Update requires: No interruption

See also