interface PardotConnectorProfilePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty |
Java | software.amazon.awscdk.services.appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty |
Python | aws_cdk.aws_appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty |
TypeScript | @aws-cdk/aws-appflow » CfnConnectorProfile » PardotConnectorProfilePropertiesProperty |
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 pardotConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty = {
businessUnitId: 'businessUnitId',
// the properties below are optional
instanceUrl: 'instanceUrl',
isSandboxEnvironment: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| business | string | CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.BusinessUnitId. |
| instance | string | CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.InstanceUrl. |
| is | boolean | IResolvable | CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.IsSandboxEnvironment. |
businessUnitId
Type:
string
CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.BusinessUnitId.
instanceUrl?
Type:
string
(optional)
CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.InstanceUrl.
isSandboxEnvironment?
Type:
boolean | IResolvable
(optional)
CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.IsSandboxEnvironment.

.NET
Java
Python
TypeScript