AWS::QuickSight::OAuthClientApplicationDefinition of AWS::QuickSight::OAuthClientApplication Resource Type
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
OAuthClientApplicationId | string | RequiredCreate-only |
OAuthClientAuthenticationType | string | RequiredCreate-only |
OAuthTokenEndpointUrl | string | Required |
ClientId | string | Write-only |
ClientSecret | string | Write-only |
DataSourceType | string | |
IdentityProviderVpcConnectionProperties | IdentityProviderVpcConnectionProperties | |
OAuthAuthorizationEndpointUrl | string | |
OAuthScopes | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | string | - |
LastUpdatedTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::OAuthClientApplication
Resources:
MyResource:
Type: AWS::QuickSight::OAuthClientApplication
Properties:
OAuthClientApplicationId: "my-oauthclientapplicationid"
Name: "my-name"
OAuthClientAuthenticationType: "TOKEN"
OAuthTokenEndpointUrl: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
quicksight:CreateOAuthClientApplicationquicksight:DescribeOAuthClientApplicationquicksight:TagResourcequicksight:ListTagsForResourcequicksight:DescribeOAuthClientApplicationquicksight:ListTagsForResourcequicksight:UpdateOAuthClientApplicationquicksight:DescribeOAuthClientApplicationquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourcequicksight:DeleteOAuthClientApplicationquicksight:DescribeOAuthClientApplicationquicksight:ListOAuthClientApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
OAuthClientApplicationIdOAuthClientAuthenticationType