@Stability(value=Stable)
public static interface CfnFlow.CustomConnectorDestinationPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
Object customProperties;
CustomConnectorDestinationPropertiesProperty customConnectorDestinationPropertiesProperty = CustomConnectorDestinationPropertiesProperty.builder()
.entityName("entityName")
// the properties below are optional
.customProperties(customProperties)
.errorHandlingConfig(ErrorHandlingConfigProperty.builder()
.bucketName("bucketName")
.bucketPrefix("bucketPrefix")
.failOnFirstError(false)
.build())
.idFieldNames(List.of("idFieldNames"))
.writeOperationType("writeOperationType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder
A builder for
CfnFlow.CustomConnectorDestinationPropertiesProperty |
static class |
CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.CustomConnectorDestinationPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder |
builder() |
default Object |
getCustomProperties()
`CfnFlow.CustomConnectorDestinationPropertiesProperty.CustomProperties`.
|
String |
getEntityName()
`CfnFlow.CustomConnectorDestinationPropertiesProperty.EntityName`.
|
default Object |
getErrorHandlingConfig()
`CfnFlow.CustomConnectorDestinationPropertiesProperty.ErrorHandlingConfig`.
|
default List<String> |
getIdFieldNames()
`CfnFlow.CustomConnectorDestinationPropertiesProperty.IdFieldNames`.
|
default String |
getWriteOperationType()
`CfnFlow.CustomConnectorDestinationPropertiesProperty.WriteOperationType`.
|
@Stability(value=Stable) @NotNull String getEntityName()
@Stability(value=Stable) @Nullable default Object getCustomProperties()
@Stability(value=Stable) @Nullable default Object getErrorHandlingConfig()
@Stability(value=Stable) @Nullable default List<String> getIdFieldNames()
@Stability(value=Stable) @Nullable default String getWriteOperationType()
@Stability(value=Stable) static CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.