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 AuthorizationCodeGrantMetadata
Metadata for OAuth 2.0 authorization code grant authentication.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AuthorizationCodeGrantCredentialsDetails" :AuthorizationCodeGrantCredentialsDetails, "AuthorizationCodeGrantCredentialsSource" :String, "BaseEndpoint" :String, "RedirectUrl" :String}
YAML
AuthorizationCodeGrantCredentialsDetails:AuthorizationCodeGrantCredentialsDetailsAuthorizationCodeGrantCredentialsSource:StringBaseEndpoint:StringRedirectUrl:String
Properties
-
The detailed credentials configuration for authorization code grant.
Required: No
Type: AuthorizationCodeGrantCredentialsDetails
Update requires: No interruption
-
The source of the authorization code grant credentials.
Required: No
Type: String
Allowed values:
PLAIN_CREDENTIALSUpdate requires: No interruption
-
The base URL endpoint for the external service.
Required: Yes
Type: String
Pattern:
^https://.*Minimum:
1Maximum:
8192Update requires: No interruption
-
The redirect URL for the OAuth authorization flow.
Required: Yes
Type: String
Pattern:
^https://.*Minimum:
1Maximum:
8192Update requires: No interruption