interface MarketoSourcePropertiesProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppFlow.CfnFlow.MarketoSourcePropertiesProperty | 
|  Java | software.amazon.awscdk.services.appflow.CfnFlow.MarketoSourcePropertiesProperty | 
|  Python | aws_cdk.aws_appflow.CfnFlow.MarketoSourcePropertiesProperty | 
|  TypeScript | @aws-cdk/aws-appflow»CfnFlow»MarketoSourcePropertiesProperty | 
The properties that are applied when Marketo is being used as a source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const marketoSourcePropertiesProperty: appflow.CfnFlow.MarketoSourcePropertiesProperty = {
  object: 'object',
};
Properties
| Name | Type | Description | 
|---|---|---|
| object | string | The object specified in the Marketo flow source. | 
object
Type:
string
The object specified in the Marketo flow source.
