This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::DataSource OAuthParameters
An object that contains information needed to create a data source connection that uses OAuth client credentials. This option is available for data source connections that are made with Snowflake and Starburst.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IdentityProviderResourceUri" :String, "IdentityProviderVpcConnectionProperties" :VpcConnectionProperties, "OAuthScope" :String, "TokenProviderUrl" :String}
YAML
IdentityProviderResourceUri:StringIdentityProviderVpcConnectionProperties:VpcConnectionPropertiesOAuthScope:StringTokenProviderUrl:String
Properties
- IdentityProviderResourceUri
- 
                    The resource uri of the identity provider. Required: No Type: String Minimum: 1Maximum: 2048Update requires: No interruption 
- IdentityProviderVpcConnectionProperties
- Property description not available. - Required: No - Type: VpcConnectionProperties - Update requires: No interruption 
- OAuthScope
- 
                    The OAuth scope. Required: No Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- TokenProviderUrl
- 
                    The token endpoint URL of the identity provider. Required: Yes Type: String Minimum: 1Maximum: 2048Update requires: No interruption