ThemeUiColorPaletteArgs

data class ThemeUiColorPaletteArgs(val accent: Output<String>? = null, val accentForeground: Output<String>? = null, val danger: Output<String>? = null, val dangerForeground: Output<String>? = null, val dimension: Output<String>? = null, val dimensionForeground: Output<String>? = null, val measure: Output<String>? = null, val measureForeground: Output<String>? = null, val primaryBackground: Output<String>? = null, val primaryForeground: Output<String>? = null, val secondaryBackground: Output<String>? = null, val secondaryForeground: Output<String>? = null, val success: Output<String>? = null, val successForeground: Output<String>? = null, val warning: Output<String>? = null, val warningForeground: Output<String>? = null) : ConvertibleToJava<ThemeUiColorPaletteArgs>

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

Constructors

Link copied to clipboard
constructor(accent: Output<String>? = null, accentForeground: Output<String>? = null, danger: Output<String>? = null, dangerForeground: Output<String>? = null, dimension: Output<String>? = null, dimensionForeground: Output<String>? = null, measure: Output<String>? = null, measureForeground: Output<String>? = null, primaryBackground: Output<String>? = null, primaryForeground: Output<String>? = null, secondaryBackground: Output<String>? = null, secondaryForeground: Output<String>? = null, success: Output<String>? = null, successForeground: Output<String>? = null, warning: Output<String>? = null, warningForeground: Output<String>? = null)

Properties

Link copied to clipboard
val accent: Output<String>? = null

This color is that applies to selected states and buttons.

Link copied to clipboard
val accentForeground: Output<String>? = null

The foreground color that applies to any text or other elements that appear over the accent color.

Link copied to clipboard
val danger: Output<String>? = null

The color that applies to error messages.

Link copied to clipboard
val dangerForeground: Output<String>? = null

The foreground color that applies to any text or other elements that appear over the error color.

Link copied to clipboard
val dimension: Output<String>? = null

The color that applies to the names of fields that are identified as dimensions.

Link copied to clipboard
val dimensionForeground: Output<String>? = null

The foreground color that applies to any text or other elements that appear over the dimension color.

Link copied to clipboard
val measure: Output<String>? = null

The color that applies to the names of fields that are identified as measures.

Link copied to clipboard
val measureForeground: Output<String>? = null

The foreground color that applies to any text or other elements that appear over the measure color.

Link copied to clipboard
val primaryBackground: Output<String>? = null

The background color that applies to visuals and other high emphasis UI.

Link copied to clipboard
val primaryForeground: Output<String>? = null

The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

Link copied to clipboard
val secondaryBackground: Output<String>? = null

The background color that applies to the sheet background and sheet controls.

Link copied to clipboard
val secondaryForeground: Output<String>? = null

The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

Link copied to clipboard
val success: Output<String>? = null

The color that applies to success messages, for example the check mark for a successful download.

Link copied to clipboard
val successForeground: Output<String>? = null

The foreground color that applies to any text or other elements that appear over the success color.

Link copied to clipboard
val warning: Output<String>? = null

This color that applies to warning and informational messages.

Link copied to clipboard
val warningForeground: Output<String>? = null

The foreground color that applies to any text or other elements that appear over the warning color.

Functions

Link copied to clipboard
open override fun toJava(): ThemeUiColorPaletteArgs