interface NegativeValueConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.NegativeValueConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_NegativeValueConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.NegativeValueConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.NegativeValueConfigurationProperty |
![]() | 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.