AWS::AppFlow::ConnectorProfile SalesforceConnectorProfileProperties
The connector-specific profile properties required when using Salesforce.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "InstanceUrl" :String, "isSandboxEnvironment" :Boolean, "usePrivateLinkForMetadataAndAuthorization" :Boolean}
YAML
InstanceUrl:StringisSandboxEnvironment:BooleanusePrivateLinkForMetadataAndAuthorization:Boolean
Properties
InstanceUrl-
The location of the Salesforce resource.
Required: No
Type: String
Maximum:
256Pattern:
\S+Update requires: No interruption
isSandboxEnvironment-
Indicates whether the connector profile applies to a sandbox or production environment.
Required: No
Type: Boolean
Update requires: No interruption
usePrivateLinkForMetadataAndAuthorizationProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
See also
-
SalesforceConnectorProfileProperties in the Amazon AppFlow API Reference.