aws-cdk-lib.aws_quicksight.CfnTemplate.ConditionalFormattingSolidColorProperty

interface ConditionalFormattingSolidColorProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ConditionalFormattingSolidColorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ConditionalFormattingSolidColorProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ConditionalFormattingSolidColorProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ConditionalFormattingSolidColorProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » ConditionalFormattingSolidColorProperty

Formatting configuration for solid color.

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 conditionalFormattingSolidColorProperty: quicksight.CfnTemplate.ConditionalFormattingSolidColorProperty = {
  expression: 'expression',

  // the properties below are optional
  color: 'color',
};

Properties

NameTypeDescription
expressionstringThe expression that determines the formatting configuration for solid color.
color?stringDetermines the color.

expression

Type: string

The expression that determines the formatting configuration for solid color.


color?

Type: string (optional)

Determines the color.