AWS::QuickSight::ActionConnector AuthorizationCodeGrantDetails - 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::QuickSight::ActionConnector AuthorizationCodeGrantDetails

Configuration details for OAuth 2.0 authorization code grant flow.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AuthorizationEndpoint" : String, "ClientId" : String, "ClientSecret" : String, "TokenEndpoint" : String }

YAML

AuthorizationEndpoint: String ClientId: String ClientSecret: String TokenEndpoint: String

Properties

AuthorizationEndpoint

The authorization endpoint URL for the OAuth flow.

Required: Yes

Type: String

Pattern: ^https://.*

Minimum: 1

Maximum: 8192

Update requires: No interruption

ClientId

The client ID for the OAuth application.

Required: Yes

Type: String

Maximum: 1024

Update requires: No interruption

ClientSecret

The client secret for the OAuth application.

Required: Yes

Type: String

Maximum: 2048

Update requires: No interruption

TokenEndpoint

The token endpoint URL for obtaining access tokens.

Required: Yes

Type: String

Pattern: ^https://.*

Minimum: 1

Maximum: 8192

Update requires: No interruption