AWS::QuickSight::ActionConnector AuthorizationCodeGrantMetadata - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::QuickSight::ActionConnector AuthorizationCodeGrantMetadata

Metadata for OAuth 2.0 authorization code grant authentication.

Syntax

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

Properties

AuthorizationCodeGrantCredentialsDetails

The detailed credentials configuration for authorization code grant.

Required: No

Type: AuthorizationCodeGrantCredentialsDetails

Update requires: No interruption

AuthorizationCodeGrantCredentialsSource

The source of the authorization code grant credentials.

Required: No

Type: String

Allowed values: PLAIN_CREDENTIALS

Update requires: No interruption

BaseEndpoint

The base URL endpoint for the external service.

Required: Yes

Type: String

Pattern: ^https://.*

Minimum: 1

Maximum: 8192

Update requires: No interruption

RedirectUrl

The redirect URL for the OAuth authorization flow.

Required: Yes

Type: String

Pattern: ^https://.*

Minimum: 1

Maximum: 8192

Update requires: No interruption