interface MarketoSourcePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnIntegrationPropsMixin.MarketoSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnIntegrationPropsMixin_MarketoSourcePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.MarketoSourcePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnIntegrationPropsMixin.MarketoSourcePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » CfnIntegrationPropsMixin » 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 { aws_customerprofiles as customerprofiles } from '@aws-cdk/cfn-property-mixins';
const marketoSourcePropertiesProperty: customerprofiles.CfnIntegrationPropsMixin.MarketoSourcePropertiesProperty = {
object: 'object',
};
Properties
| Name | Type | Description |
|---|---|---|
| object? | string | The object specified in the Marketo flow source. |
object?
Type:
string
(optional)
The object specified in the Marketo flow source.

.NET
Go
Java
Python
TypeScript