Get Theme Result
data class GetThemeResult(val arn: String? = null, val baseThemeId: String? = null, val configuration: ThemeConfiguration? = null, val createdTime: String? = null, val lastUpdatedTime: String? = null, val name: String? = null, val permissions: List<ThemeResourcePermission>? = null, val tags: List<Tag>? = null, val type: ThemeType? = null, val version: ThemeVersion? = null, val versionDescription: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, baseThemeId: String? = null, configuration: ThemeConfiguration? = null, createdTime: String? = null, lastUpdatedTime: String? = null, name: String? = null, permissions: List<ThemeResourcePermission>? = null, tags: List<Tag>? = null, type: ThemeType? = null, version: ThemeVersion? = null, versionDescription: String? = null)
Properties
Link copied to clipboard
The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes
or choose Themes from within an analysis.
Link copied to clipboard
The theme configuration, which contains the theme display properties.
Link copied to clipboard
The date and time that the theme was created.
Link copied to clipboard
The date and time that the theme was last updated.
Link copied to clipboard
A valid grouping of resource permissions to apply to the new theme.
Link copied to clipboard
Link copied to clipboard
A description of the first version of the theme that you're creating. Every time UpdateTheme
is called, a new version is created. Each version of the theme has a description of the version in the VersionDescription
field.