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:StringClientId:StringClientSecret:StringTokenEndpoint:String
Properties
-
The authorization endpoint URL for the OAuth flow.
Required: Yes
Type: String
Pattern:
^https://.*Minimum:
1Maximum:
8192Update requires: No interruption
-
The client ID for the OAuth application.
Required: Yes
Type: String
Maximum:
1024Update requires: No interruption
-
The client secret for the OAuth application.
Required: Yes
Type: String
Maximum:
2048Update requires: No interruption
-
The token endpoint URL for obtaining access tokens.
Required: Yes
Type: String
Pattern:
^https://.*Minimum:
1Maximum:
8192Update requires: No interruption