interface MarketoDestinationPropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnFlow.MarketoDestinationPropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_MarketoDestinationPropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnFlow.MarketoDestinationPropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnFlow.MarketoDestinationPropertiesProperty |
![]() | aws-cdk-lib » aws_appflow » CfnFlow » MarketoDestinationPropertiesProperty |
The properties that Amazon AppFlow applies when you use Marketo as a flow destination.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const marketoDestinationPropertiesProperty: appflow.CfnFlow.MarketoDestinationPropertiesProperty = {
object: 'object',
// the properties below are optional
errorHandlingConfig: {
bucketName: 'bucketName',
bucketPrefix: 'bucketPrefix',
failOnFirstError: false,
},
};
Properties
Name | Type | Description |
---|---|---|
object | string | The object specified in the Marketo flow destination. |
error | IResolvable | Error | The settings that determine how Amazon AppFlow handles an error when placing data in the destination. |
object
Type:
string
The object specified in the Marketo flow destination.
errorHandlingConfig?
Type:
IResolvable
|
Error
(optional)
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. ErrorHandlingConfig
is a part of the destination connector details.