@Stability(value=Stable)
public static interface CfnFlow.SuccessResponseHandlingConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.services.appflow.*;
SuccessResponseHandlingConfigProperty successResponseHandlingConfigProperty = SuccessResponseHandlingConfigProperty.builder()
.bucketName("bucketName")
.bucketPrefix("bucketPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.SuccessResponseHandlingConfigProperty.Builder
A builder for
CfnFlow.SuccessResponseHandlingConfigProperty |
static class |
CfnFlow.SuccessResponseHandlingConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.SuccessResponseHandlingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.SuccessResponseHandlingConfigProperty.Builder |
builder() |
default String |
getBucketName()
The name of the Amazon S3 bucket.
|
default String |
getBucketPrefix()
The Amazon S3 bucket prefix.
|
@Stability(value=Stable) @Nullable default String getBucketName()
@Stability(value=Stable) @Nullable default String getBucketPrefix()
@Stability(value=Stable) static CfnFlow.SuccessResponseHandlingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.