AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::OAuthClientApplication

QuickSight OAuthClientApplication

Definition of AWS::QuickSight::OAuthClientApplication Resource Type

Properties

11 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedTimestring-
LastUpdatedTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

quicksight:CreateOAuthClientApplicationquicksight:DescribeOAuthClientApplicationquicksight:TagResourcequicksight:ListTagsForResource

read

quicksight:DescribeOAuthClientApplicationquicksight:ListTagsForResource

update

quicksight:UpdateOAuthClientApplicationquicksight:DescribeOAuthClientApplicationquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResource

delete

quicksight:DeleteOAuthClientApplicationquicksight:DescribeOAuthClientApplication

list

quicksight:ListOAuthClientApplications

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties14
Required4
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

OAuthClientApplicationIdOAuthClientAuthenticationType

External Links