AWS::AppFlow::ConnectorProfile ConnectorOAuthRequest - 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 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 Amazon 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