Class CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.CustomConnectorDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.CustomConnectorDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.CustomConnectorDestinationPropertiesProperty
An implementation for
CfnFlow.CustomConnectorDestinationPropertiesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.CustomConnectorDestinationPropertiesProperty
CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder, CfnFlow.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.CustomConnectorDestinationPropertiesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe custom properties that are specific to the connector when it's used as a destination in the flow.final StringThe entity specified in the custom connector as a destination in the flow.final ObjectThe settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.final StringSpecifies the type of write operation to be performed in the custom connector when it's used as destination.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.CustomConnectorDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getEntityName
Description copied from interface:CfnFlow.CustomConnectorDestinationPropertiesPropertyThe entity specified in the custom connector as a destination in the flow.- Specified by:
getEntityNamein interfaceCfnFlow.CustomConnectorDestinationPropertiesProperty- See Also:
-
getCustomProperties
Description copied from interface:CfnFlow.CustomConnectorDestinationPropertiesPropertyThe custom properties that are specific to the connector when it's used as a destination in the flow.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getCustomPropertiesin interfaceCfnFlow.CustomConnectorDestinationPropertiesProperty- See Also:
-
getErrorHandlingConfig
Description copied from interface:CfnFlow.CustomConnectorDestinationPropertiesPropertyThe settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.Returns union: either
IResolvableorCfnFlow.ErrorHandlingConfigProperty- Specified by:
getErrorHandlingConfigin interfaceCfnFlow.CustomConnectorDestinationPropertiesProperty- See Also:
-
getIdFieldNames
Description copied from interface:CfnFlow.CustomConnectorDestinationPropertiesPropertyThe name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.- Specified by:
getIdFieldNamesin interfaceCfnFlow.CustomConnectorDestinationPropertiesProperty- See Also:
-
getWriteOperationType
Description copied from interface:CfnFlow.CustomConnectorDestinationPropertiesPropertySpecifies the type of write operation to be performed in the custom connector when it's used as destination.- Specified by:
getWriteOperationTypein interfaceCfnFlow.CustomConnectorDestinationPropertiesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-