ThemeVersion

data class ThemeVersion(val arn: String? = null, val baseThemeId: String? = null, val configuration: ThemeConfiguration? = null, val createdTime: String? = null, val description: String? = null, val errors: List<ThemeError>? = null, val status: ThemeResourceStatus? = null, val versionNumber: Double? = null)

A version of a theme.

Constructors

Link copied to clipboard
constructor(arn: String? = null, baseThemeId: String? = null, configuration: ThemeConfiguration? = null, createdTime: String? = null, description: String? = null, errors: List<ThemeError>? = null, status: ThemeResourceStatus? = null, versionNumber: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard
val baseThemeId: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val createdTime: String? = null

The date and time that this theme version was created.

Link copied to clipboard
val description: String? = null

The description of the theme.

Link copied to clipboard
val errors: List<ThemeError>? = null

Errors associated with the theme.

Link copied to clipboard

The status of the theme version.

Link copied to clipboard
val versionNumber: Double? = null

The version number of the theme.