interface RowAlternateColorOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.RowAlternateColorOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.RowAlternateColorOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.RowAlternateColorOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » 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.CfnDashboard.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.