CreateThemeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amazon Web Services account where you want to store the new theme.

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
val name: String?

A display name for the theme.

Link copied to clipboard

A valid grouping of resource permissions to apply to the new theme.

Link copied to clipboard
val tags: List<Tag>?

A map of the key-value pairs for the resource tag or tags that you want to add to the resource.

Link copied to clipboard

An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in each Amazon Web Services account.

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String