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:
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
-
RedshiftDestinationProperties in the Amazon AppFlow API Reference.