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 ConnectorOAuthRequest
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthCode" :String, "RedirectUri" :String}
YAML
AuthCode:StringRedirectUri:String
Properties
- AuthCode
- 
                    The code provided by the connector when it has been authenticated via the connected app. Required: No Type: String Pattern: \S+Maximum: 4096Update requires: No interruption 
- RedirectUri
- 
                    The URL to which the authentication server redirects the browser after authorization has been granted. Required: No Type: String Pattern: \S+Maximum: 512Update requires: No interruption 
See also
- 
                    ConnectorOAuthRequest in the Amazon AppFlow API Reference.