AWS::QuickSight::Analysis RowAlternateColorOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis RowAlternateColorOptions

Determines the row alternate color options.

Syntax

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

JSON

{ "RowAlternateColors" : [ String, ... ], "Status" : String, "UsePrimaryBackgroundColor" : String }

YAML

RowAlternateColors: - String Status: String UsePrimaryBackgroundColor: String

Properties

RowAlternateColors

Determines the list of row alternate colors.

Required: No

Type: Array of String

Minimum: 0

Maximum: 1

Update requires: No interruption

Status

Determines the widget status.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

UsePrimaryBackgroundColor

The primary background color options for alternate rows.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption