GetThemeResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the theme.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The time that the theme was last updated.

Link copied to clipboard

Display name of the theme.

Link copied to clipboard

A set of resource permissions on the theme. See permissions.

Link copied to clipboard

The theme creation status.

Link copied to clipboard

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
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.