Class CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty
An implementation for
CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty-
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.SAPODataDestinationPropertiesProperty
CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.Builder, CfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.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 settings that determine how Amazon AppFlow handles an error when placing data in the destination.A list of field names that can be used as an ID field when performing a write operation.final StringThe object path specified in the SAPOData flow destination.final ObjectDetermines how Amazon AppFlow handles the success response that it gets from the connector after placing data.final StringThe possible write operations in the destination connector.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 theCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getErrorHandlingConfig
Description copied from interface:CfnFlowPropsMixin.SAPODataDestinationPropertiesPropertyThe settings that determine how Amazon AppFlow handles an error when placing data in the destination.For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfigis a part of the destination connector details.Returns union: either
IResolvableorCfnFlowPropsMixin.ErrorHandlingConfigProperty- Specified by:
getErrorHandlingConfigin interfaceCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty- See Also:
-
getIdFieldNames
Description copied from interface:CfnFlowPropsMixin.SAPODataDestinationPropertiesPropertyA list of field names that can be used as an ID field when performing a write operation.- Specified by:
getIdFieldNamesin interfaceCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty- See Also:
-
getObjectPath
Description copied from interface:CfnFlowPropsMixin.SAPODataDestinationPropertiesPropertyThe object path specified in the SAPOData flow destination.- Specified by:
getObjectPathin interfaceCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty- See Also:
-
getSuccessResponseHandlingConfig
Description copied from interface:CfnFlowPropsMixin.SAPODataDestinationPropertiesPropertyDetermines how Amazon AppFlow handles the success response that it gets from the connector after placing data.For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
Returns union: either
IResolvableorCfnFlowPropsMixin.SuccessResponseHandlingConfigProperty- Specified by:
getSuccessResponseHandlingConfigin interfaceCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty- See Also:
-
getWriteOperationType
Description copied from interface:CfnFlowPropsMixin.SAPODataDestinationPropertiesPropertyThe possible write operations in the destination connector.When this value is not provided, this defaults to the
INSERToperation.- Specified by:
getWriteOperationTypein interfaceCfnFlowPropsMixin.SAPODataDestinationPropertiesProperty- 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()
-