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:
String
RedirectUri: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:
4096
Update 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:
512
Update requires: No interruption
See also
-
ConnectorOAuthRequest in the Amazon AppFlow API Reference.