aws-cdk-lib.aws_appflow.CfnFlow.MarketoDestinationPropertiesProperty

interface MarketoDestinationPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.MarketoDestinationPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_MarketoDestinationPropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.MarketoDestinationPropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.MarketoDestinationPropertiesProperty
TypeScript 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

NameTypeDescription
objectstringThe object specified in the Marketo flow destination.
errorHandlingConfig?IResolvable | ErrorHandlingConfigPropertyThe 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 | ErrorHandlingConfigProperty (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.