AWS::AppFlow::Flow SuccessResponseHandlingConfig - AWS CloudFormation

AWS::AppFlow::Flow SuccessResponseHandlingConfig

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "BucketName" : String, "BucketPrefix" : String }

YAML

BucketName: String BucketPrefix: String

Properties

BucketName

The name of the Amazon S3 bucket.

Required: No

Type: String

Pattern: \S+

Minimum: 3

Maximum: 63

Update requires: No interruption

BucketPrefix

The Amazon S3 bucket prefix.

Required: No

Type: String

Maximum: 512

Update requires: No interruption