aws-cdk-lib.aws_appflow.CfnFlow.SuccessResponseHandlingConfigProperty

interface SuccessResponseHandlingConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.SuccessResponseHandlingConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_SuccessResponseHandlingConfigProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.SuccessResponseHandlingConfigProperty
Pythonaws_cdk.aws_appflow.CfnFlow.SuccessResponseHandlingConfigProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » SuccessResponseHandlingConfigProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const successResponseHandlingConfigProperty: appflow.CfnFlow.SuccessResponseHandlingConfigProperty = {
  bucketName: 'bucketName',
  bucketPrefix: 'bucketPrefix',
};

Properties

NameTypeDescription
bucketName?stringThe name of the Amazon S3 bucket.
bucketPrefix?stringThe Amazon S3 bucket prefix.

bucketName?

Type: string (optional)

The name of the Amazon S3 bucket.


bucketPrefix?

Type: string (optional)

The Amazon S3 bucket prefix.