AWS::QuickSight::Template RowAlternateColorOptions
Determines the row alternate color options.
Syntax
To declare this entity in your AWS 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