aws-cdk-lib.aws_appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty

interface SalesforceConnectorProfilePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_SalesforceConnectorProfilePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » SalesforceConnectorProfilePropertiesProperty

The connector-specific profile properties required when using Salesforce.

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 salesforceConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty = {
  instanceUrl: 'instanceUrl',
  isSandboxEnvironment: false,
  usePrivateLinkForMetadataAndAuthorization: false,
};

Properties

NameTypeDescription
instanceUrl?stringThe location of the Salesforce resource.
isSandboxEnvironment?boolean | IResolvableIndicates whether the connector profile applies to a sandbox or production environment.
usePrivateLinkForMetadataAndAuthorization?boolean | IResolvableCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.usePrivateLinkForMetadataAndAuthorization.

instanceUrl?

Type: string (optional)

The location of the Salesforce resource.


isSandboxEnvironment?

Type: boolean | IResolvable (optional)

Indicates whether the connector profile applies to a sandbox or production environment.


usePrivateLinkForMetadataAndAuthorization?

Type: boolean | IResolvable (optional)

CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.usePrivateLinkForMetadataAndAuthorization.