AWS::AppFlow::ConnectorProfile ConnectorOAuthRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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