aws-cdk-lib.aws_appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
interface SalesforceConnectorProfilePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_SalesforceConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty |
![]() | 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
Name | Type | Description |
---|---|---|
instance | string | The location of the Salesforce resource. |
is | boolean | IResolvable | Indicates whether the connector profile applies to a sandbox or production environment. |
use | boolean | IResolvable | CfnConnectorProfile.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
.