/AWS1/CL_APFMARKETODSTPRPS¶
The properties that Amazon AppFlow applies when you use Marketo as a flow destination.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_object TYPE /AWS1/APFOBJECT /AWS1/APFOBJECT¶
The object specified in the Marketo flow destination.
Optional arguments:¶
io_errorhandlingconfig TYPE REF TO /AWS1/CL_APFERRORHANDLINGCFG /AWS1/CL_APFERRORHANDLINGCFG¶
The 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.
Queryable Attributes¶
object¶
The object specified in the Marketo flow destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECT() |
Getter for OBJECT, with configurable default |
ASK_OBJECT() |
Getter for OBJECT w/ exceptions if field has no value |
HAS_OBJECT() |
Determine if OBJECT has a value |
errorHandlingConfig¶
The 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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORHANDLINGCONFIG() |
Getter for ERRORHANDLINGCONFIG |