Class CfnFlow.SuccessResponseHandlingConfigProperty
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
Inheritance
System.Object
CfnFlow.SuccessResponseHandlingConfigProperty
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SuccessResponseHandlingConfigProperty : Object, CfnFlow.ISuccessResponseHandlingConfigProperty
Syntax (vb)
Public Class SuccessResponseHandlingConfigProperty
Inherits Object
Implements CfnFlow.ISuccessResponseHandlingConfigProperty
Remarks
For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var successResponseHandlingConfigProperty = new SuccessResponseHandlingConfigProperty {
BucketName = "bucketName",
BucketPrefix = "bucketPrefix"
};
Synopsis
Constructors
SuccessResponseHandlingConfigProperty() |
Properties
BucketName | The name of the Amazon S3 bucket. |
BucketPrefix | The Amazon S3 bucket prefix. |
Constructors
SuccessResponseHandlingConfigProperty()
public SuccessResponseHandlingConfigProperty()
Properties
BucketName
The name of the Amazon S3 bucket.
public string BucketName { get; set; }
Property Value
System.String
Remarks
BucketPrefix
The Amazon S3 bucket prefix.
public string BucketPrefix { get; set; }
Property Value
System.String