interface PardotSourcePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnFlowPropsMixin.PardotSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnFlowPropsMixin_PardotSourcePropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.PardotSourcePropertiesProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnFlowPropsMixin.PardotSourcePropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnFlowPropsMixin » PardotSourcePropertiesProperty |
The properties that are applied when Salesforce Pardot 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 { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const pardotSourcePropertiesProperty: appflow_mixins.CfnFlowPropsMixin.PardotSourcePropertiesProperty = {
object: 'object',
};
Properties
| Name | Type | Description |
|---|---|---|
| object? | string | The object specified in the Salesforce Pardot flow source. |
object?
Type:
string
(optional)
The object specified in the Salesforce Pardot flow source.

.NET
Go
Java
Python
TypeScript