aws-cdk-lib.aws_quicksight.CfnAnalysis.GaugeChartArcConditionalFormattingProperty

interface GaugeChartArcConditionalFormattingProperty

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

The options that determine the presentation of the arc of a GaugeChartVisual .

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 gaugeChartArcConditionalFormattingProperty: quicksight.CfnAnalysis.GaugeChartArcConditionalFormattingProperty = {
  foregroundColor: {
    gradient: {
      color: {
        stops: [{
          gradientOffset: 123,

          // the properties below are optional
          color: 'color',
          dataValue: 123,
        }],
      },
      expression: 'expression',
    },
    solid: {
      expression: 'expression',

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

Properties

NameTypeDescription
foregroundColor?IResolvable | ConditionalFormattingColorPropertyThe conditional formatting of the arc foreground color.

foregroundColor?

Type: IResolvable | ConditionalFormattingColorProperty (optional)

The conditional formatting of the arc foreground color.