AWS::AppFlow::ConnectorProfile SalesforceConnectorProfileCredentials
The connector-specific profile credentials required when using Salesforce.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AccessToken" :String, "ClientCredentialsArn" :String, "ConnectorOAuthRequest" :ConnectorOAuthRequest, "RefreshToken" :String}
YAML
AccessToken:StringClientCredentialsArn:StringConnectorOAuthRequest:ConnectorOAuthRequestRefreshToken:String
Properties
AccessToken-
The credentials used to access protected Salesforce resources.
Required: No
Type: String
Maximum:
4096Pattern:
\S+Update requires: No interruption
ClientCredentialsArn-
The secret manager ARN, which contains the client ID and client secret of the connected app.
Required: No
Type: String
Minimum:
20Maximum:
2048Pattern:
arn:aws:secretsmanager:.*:[0-9]+:.*Update requires: No interruption
ConnectorOAuthRequest-
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
Required: No
Type: ConnectorOAuthRequest
Update requires: No interruption
RefreshToken-
The credentials used to acquire new access tokens.
Required: No
Type: String
Maximum:
4096Pattern:
\S+Update requires: No interruption
See also
-
SalesforceConnectorProfileCredentials in the Amazon AppFlow API Reference.