interface NegativeValueConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.NegativeValueConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_NegativeValueConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.NegativeValueConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.NegativeValueConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»NegativeValueConfigurationProperty | 
The options that determine the negative value configuration.
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 negativeValueConfigurationProperty: quicksight.CfnTemplate.NegativeValueConfigurationProperty = {
  displayMode: 'displayMode',
};
Properties
| Name | Type | Description | 
|---|---|---|
| display | string | Determines the display mode of the negative value configuration. | 
displayMode
Type:
string
Determines the display mode of the negative value configuration.
