AWS::AppFlow::ConnectorProfile SalesforceConnectorProfileProperties
The connector-specific profile properties required when using Salesforce.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InstanceUrl" :
String
, "isSandboxEnvironment" :Boolean
, "usePrivateLinkForMetadataAndAuthorization" :Boolean
}
YAML
InstanceUrl:
String
isSandboxEnvironment:Boolean
usePrivateLinkForMetadataAndAuthorization:Boolean
Properties
InstanceUrl
-
The location of the Salesforce resource.
Required: No
Type: String
Maximum:
256
Pattern:
\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
usePrivateLinkForMetadataAndAuthorization
Property description not available.
Required: No
Type: Boolean
Update requires: No interruption
See also
-
SalesforceConnectorProfileProperties in the Amazon AppFlow API Reference.