interface ColorsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.ColorsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_ColorsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ColorsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.ColorsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const colorsConfigurationProperty: quicksight.CfnAnalysisPropsMixin.ColorsConfigurationProperty = {
customColors: [{
color: 'color',
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.

.NET
Go
Java
Python
TypeScript