aws-cdk-lib.aws_appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty

interface PardotConnectorProfilePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_PardotConnectorProfilePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty
TypeScript aws-cdk-lib » 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 { aws_appflow as appflow } from 'aws-cdk-lib';
const pardotConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.PardotConnectorProfilePropertiesProperty = {
  businessUnitId: 'businessUnitId',

  // the properties below are optional
  instanceUrl: 'instanceUrl',
  isSandboxEnvironment: false,
};

Properties

NameTypeDescription
businessUnitIdstringCfnConnectorProfile.PardotConnectorProfilePropertiesProperty.BusinessUnitId.
instanceUrl?stringCfnConnectorProfile.PardotConnectorProfilePropertiesProperty.InstanceUrl.
isSandboxEnvironment?boolean | IResolvableCfnConnectorProfile.PardotConnectorProfilePropertiesProperty.IsSandboxEnvironment.

businessUnitId

Type: string

CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.BusinessUnitId.


instanceUrl?

Type: string (optional)

CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.InstanceUrl.


isSandboxEnvironment?

Type: boolean | IResolvable (optional)

CfnConnectorProfile.PardotConnectorProfilePropertiesProperty.IsSandboxEnvironment.