Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

AWS::QuickSight::Theme UIColorPalette

Mode de mise au point
AWS::QuickSight::Theme UIColorPalette - AWS CloudFormation
Cette page n'a pas été traduite dans votre langue. Demande de traduction
Filtrer la vue

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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Accent" : String, "AccentForeground" : String, "Danger" : String, "DangerForeground" : String, "Dimension" : String, "DimensionForeground" : String, "Measure" : String, "MeasureForeground" : String, "PrimaryBackground" : String, "PrimaryForeground" : String, "SecondaryBackground" : String, "SecondaryForeground" : String, "Success" : String, "SuccessForeground" : String, "Warning" : String, "WarningForeground" : String }

YAML

Accent: String AccentForeground: String Danger: String DangerForeground: String Dimension: String DimensionForeground: String Measure: String MeasureForeground: String PrimaryBackground: String PrimaryForeground: String SecondaryBackground: String SecondaryForeground: String Success: String SuccessForeground: String Warning: String WarningForeground: String

Properties

Accent

This color is that applies to selected states and buttons.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

AccentForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Danger

The color that applies to error messages.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

DangerForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Dimension

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

DimensionForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Measure

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

MeasureForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

PrimaryBackground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

PrimaryForeground

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.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

SecondaryBackground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

SecondaryForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Success

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

SuccessForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Warning

This color that applies to warning and informational messages.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

WarningForeground

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

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Sur cette page

Rubrique suivante :

AWS::QuickSight::Topic

Rubrique précédente :

Typography
ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.