Get Theme Result
data class GetThemeResult(val arn: String, val awsAccountId: String, val baseThemeId: String, val configurations: List<GetThemeConfiguration>, val createdTime: String, val id: String, val lastUpdatedTime: String, val name: String, val permissions: List<GetThemePermission>, val status: String, val tags: Map<String, String>, val themeId: String, val versionDescription: String, val versionNumber: Int)
A collection of values returned by getTheme.
Constructors
Link copied to clipboard
constructor(arn: String, awsAccountId: String, baseThemeId: String, configurations: List<GetThemeConfiguration>, createdTime: String, id: String, lastUpdatedTime: String, name: String, permissions: List<GetThemePermission>, status: String, tags: Map<String, String>, themeId: String, versionDescription: String, versionNumber: Int)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The theme configuration, which contains the theme display properties. See configuration.
Link copied to clipboard
The time that the theme was created.
Link copied to clipboard
The time that the theme was last updated.
Link copied to clipboard
A set of resource permissions on the theme. See permissions.
Link copied to clipboard
A description of the current theme version being created/updated.
Link copied to clipboard
The version number of the theme version.