interface ColorsConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ColorsConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.ColorsConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.ColorsConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » ColorsConfigurationProperty |
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 colorsConfigurationProperty: quicksight.CfnAnalysis.ColorsConfigurationProperty = {
customColors: [{
color: 'color',
// the properties below are optional
fieldValue: 'fieldValue',
specialValue: 'specialValue',
}],
};
Properties
Name | Type | Description |
---|---|---|
custom | IResolvable | IResolvable | Custom [] | CfnAnalysis.ColorsConfigurationProperty.CustomColors . |
customColors?
Type:
IResolvable
|
IResolvable
|
Custom
[]
(optional)
CfnAnalysis.ColorsConfigurationProperty.CustomColors
.