Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

AWS::QuickSight::Theme DataColorPalette

Fokusmodus
AWS::QuickSight::Theme DataColorPalette - AWS CloudFormation
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen
Filteransicht

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

Syntax

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

JSON

{ "Colors" : [ String, ... ], "EmptyFillColor" : String, "MinMaxGradient" : [ String, ... ] }

YAML

Colors: - String EmptyFillColor: String MinMaxGradient: - String

Properties

Colors

The hexadecimal codes for the colors.

Required: No

Type: Array of String

Minimum: 0

Maximum: 100

Update requires: No interruption

EmptyFillColor

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

Required: No

Type: String

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

Update requires: No interruption

MinMaxGradient

The minimum and maximum hexadecimal codes that describe a color gradient.

Required: No

Type: Array of String

Minimum: 0

Maximum: 100

Update requires: No interruption

Auf dieser Seite

DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.