AWS::AppFlow::Flow ErrorHandlingConfig
The settings that determine how Amazon AppFlow handles an error when placing data in
the 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BucketName" :
String
, "BucketPrefix" :String
, "FailOnFirstError" :Boolean
}
YAML
BucketName:
String
BucketPrefix:String
FailOnFirstError:Boolean
Properties
BucketName
-
Specifies the name of the Amazon S3 bucket.
Required: No
Type: String
Pattern:
\S+
Minimum:
3
Maximum:
63
Update requires: No interruption
BucketPrefix
-
Specifies the Amazon S3 bucket prefix.
Required: No
Type: String
Maximum:
512
Update requires: No interruption
FailOnFirstError
-
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
Required: No
Type: Boolean
Update requires: No interruption
See also
-
ErrorHandlingConfig in the Amazon AppFlow API Reference.