public static final class CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.CustomConnectorDestinationPropertiesProperty
CfnFlow.CustomConnectorDestinationPropertiesProperty
CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder, CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getCustomProperties()
The custom properties that are specific to the connector when it's used as a destination in the flow.
|
java.lang.String |
getEntityName()
The entity specified in the custom connector as a destination in the flow.
|
java.lang.Object |
getErrorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
|
java.util.List<java.lang.String> |
getIdFieldNames()
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
|
java.lang.String |
getWriteOperationType()
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEntityName()
CfnFlow.CustomConnectorDestinationPropertiesProperty
getEntityName
in interface CfnFlow.CustomConnectorDestinationPropertiesProperty
public final java.lang.Object getCustomProperties()
CfnFlow.CustomConnectorDestinationPropertiesProperty
getCustomProperties
in interface CfnFlow.CustomConnectorDestinationPropertiesProperty
public final java.lang.Object getErrorHandlingConfig()
CfnFlow.CustomConnectorDestinationPropertiesProperty
getErrorHandlingConfig
in interface CfnFlow.CustomConnectorDestinationPropertiesProperty
public final java.util.List<java.lang.String> getIdFieldNames()
CfnFlow.CustomConnectorDestinationPropertiesProperty
getIdFieldNames
in interface CfnFlow.CustomConnectorDestinationPropertiesProperty
public final java.lang.String getWriteOperationType()
CfnFlow.CustomConnectorDestinationPropertiesProperty
getWriteOperationType
in interface CfnFlow.CustomConnectorDestinationPropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()