AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Theme

QuickSight Theme

Definition of the AWS::QuickSight::Theme Resource Type.

Properties

8 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
RequiredCreate-only
BaseThemeId
string
Required
Configuration
ThemeConfiguration
Required
Name
string
Required
ThemeId
string
RequiredCreate-only
Permissions
Array<ResourcePermission>
Tags
Array<Tag>
VersionDescription
string

Return Values

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

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the theme.</p>
CreatedTimestring<p>The date and time that the theme was created.</p>
LastUpdatedTimestring<p>The date and time that the theme was last updated.</p>
Typestring-
VersionThemeVersion-

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::Theme

Resources:
  MyResource:
    Type: AWS::QuickSight::Theme
    Properties:
      AwsAccountId: "my-awsaccountid"
      ThemeId: "my-themeid"
      BaseThemeId: "my-basethemeid"
      Configuration: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

quicksight:DescribeThemequicksight:DescribeThemePermissionsquicksight:ListTagsForResource

create

quicksight:DescribeThemequicksight:DescribeThemePermissionsquicksight:CreateThemequicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResource

list

quicksight:ListThemes

update

quicksight:DescribeThemequicksight:DescribeThemePermissionsquicksight:UpdateThemequicksight:UpdateThemePermissionsquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResource

delete

quicksight:DescribeThemequicksight:DeleteTheme

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
Properties13
Required5
TaggingSupported
Primary IDThemeId

Supported Operations

ReadCreateListUpdateDelete

Immutable After Creation

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

AwsAccountIdThemeId

External Links