interface PardotSourcePropertiesProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.AppFlow.CfnFlow.PardotSourcePropertiesProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_PardotSourcePropertiesProperty | 
  Java | software.amazon.awscdk.services.appflow.CfnFlow.PardotSourcePropertiesProperty | 
  Python | aws_cdk.aws_appflow.CfnFlow.PardotSourcePropertiesProperty | 
  TypeScript  | aws-cdk-lib » aws_appflow » CfnFlow » 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 { aws_appflow as appflow } from 'aws-cdk-lib';
const pardotSourcePropertiesProperty: appflow.CfnFlow.PardotSourcePropertiesProperty = {
  object: 'object',
};
Properties
| Name | Type | Description | 
|---|---|---|
| object | string | The object specified in the Salesforce Pardot flow source. | 
object
Type:
string
The object specified in the Salesforce Pardot flow source.

 .NET
 Go
 Java
 Python
 TypeScript