Interface CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.appflow.mixins.*;
SuccessResponseHandlingConfigProperty successResponseHandlingConfigProperty = SuccessResponseHandlingConfigProperty.builder()
.bucketName("bucketName")
.bucketPrefix("bucketPrefix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowPropsMixin.SuccessResponseHandlingConfigPropertystatic final classAn implementation forCfnFlowPropsMixin.SuccessResponseHandlingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The name of the Amazon S3 bucket.- See Also:
-
getBucketPrefix
The Amazon S3 bucket prefix.- See Also:
-
builder
-