AWS::QuickSight::Theme ThemeVersion - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Theme ThemeVersion

A version of a theme.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String, "BaseThemeId" : String, "Configuration" : ThemeConfiguration, "CreatedTime" : String, "Description" : String, "Errors" : [ ThemeError, ... ], "Status" : String, "VersionNumber" : Number }

Properties

Arn

The Amazon Resource Name (ARN) of the resource.

Required: No

Type: String

Update requires: No interruption

BaseThemeId

The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

Required: No

Type: String

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: No interruption

Configuration

The theme configuration, which contains all the theme display properties.

Required: No

Type: ThemeConfiguration

Update requires: No interruption

CreatedTime

The date and time that this theme version was created.

Required: No

Type: String

Update requires: No interruption

Description

The description of the theme.

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

Errors

Errors associated with the theme.

Required: No

Type: Array of ThemeError

Minimum: 1

Update requires: No interruption

Status

The status of the theme version.

Required: No

Type: String

Allowed values: CREATION_IN_PROGRESS | CREATION_SUCCESSFUL | CREATION_FAILED | UPDATE_IN_PROGRESS | UPDATE_SUCCESSFUL | UPDATE_FAILED | DELETED

Update requires: No interruption

VersionNumber

The version number of the theme.

Required: No

Type: Number

Minimum: 1

Update requires: No interruption