interface ColorsConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ColorsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ColorsConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ColorsConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ColorsConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » ColorsConfigurationProperty |
The color configurations for a column.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const colorsConfigurationProperty: quicksight.CfnDashboard.ColorsConfigurationProperty = {
customColors: [{
color: 'color',
// the properties below are optional
fieldValue: 'fieldValue',
specialValue: 'specialValue',
}],
};
Properties
Name | Type | Description |
---|---|---|
custom | IResolvable | IResolvable | Custom [] | A list of up to 50 custom colors. |
customColors?
Type:
IResolvable
|
IResolvable
|
Custom
[]
(optional)
A list of up to 50 custom colors.