interface RowAlternateColorOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.RowAlternateColorOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.RowAlternateColorOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.RowAlternateColorOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnTemplate»RowAlternateColorOptionsProperty | 
Determines the row alternate color options.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const rowAlternateColorOptionsProperty: quicksight.CfnTemplate.RowAlternateColorOptionsProperty = {
  rowAlternateColors: ['rowAlternateColors'],
  status: 'status',
};
Properties
| Name | Type | Description | 
|---|---|---|
| row | string[] | Determines the list of row alternate colors. | 
| status? | string | Determines the widget status. | 
rowAlternateColors?
Type:
string[]
(optional)
Determines the list of row alternate colors.
status?
Type:
string
(optional)
Determines the widget status.
