Class CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty
An implementation for
CfnFlowPropsMixin.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.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty
CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder, CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.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
protected Jsii$Proxy(CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getCustomProperties
Description copied from interface:CfnFlowPropsMixin.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 interfaceCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty- See Also:
-
getEntityName
Description copied from interface:CfnFlowPropsMixin.CustomConnectorDestinationPropertiesPropertyThe entity specified in the custom connector as a destination in the flow.- Specified by:
getEntityNamein interfaceCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty- See Also:
-
getErrorHandlingConfig
Description copied from interface:CfnFlowPropsMixin.CustomConnectorDestinationPropertiesPropertyThe settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.Returns union: either
IResolvableorCfnFlowPropsMixin.ErrorHandlingConfigProperty- Specified by:
getErrorHandlingConfigin interfaceCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty- See Also:
-
getIdFieldNames
Description copied from interface:CfnFlowPropsMixin.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 interfaceCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty- See Also:
-
getWriteOperationType
Description copied from interface:CfnFlowPropsMixin.CustomConnectorDestinationPropertiesPropertySpecifies the type of write operation to be performed in the custom connector when it's used as destination.- Specified by:
getWriteOperationTypein interfaceCfnFlowPropsMixin.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()
-