This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppFlow::ConnectorProfile PardotConnectorProfileCredentials
The connector-specific profile credentials required when using Salesforce Pardot.
Syntax
To declare this entity in your AWS 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 Pardot resources. Required: No Type: String Pattern: \S+Maximum: 4096Update requires: No interruption 
- ClientCredentialsArn
- 
                    The secret manager ARN, which contains the client ID and client secret of the connected app. Required: No Type: String Pattern: arn:aws:secretsmanager:.*:[0-9]+:.*Maximum: 2048Update requires: No interruption 
- ConnectorOAuthRequest
- Property description not available. - Required: No - Type: ConnectorOAuthRequest - Update requires: No interruption 
- RefreshToken
- 
                    The credentials used to acquire new access tokens. Required: No Type: String Pattern: \S+Maximum: 4096Update requires: No interruption