AWS::AppFlow::ConnectorProfile SalesforceConnectorProfileProperties - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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