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 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:StringBucketPrefix:StringFailOnFirstError:Boolean
Properties
- BucketName
- 
                    Specifies the name of the Amazon S3 bucket. Required: No Type: String Pattern: \S+Minimum: 3Maximum: 63Update requires: No interruption 
- BucketPrefix
- 
                    Specifies the Amazon S3 bucket prefix. Required: No Type: String Maximum: 512Update 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.