interface NegativeValueConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.NegativeValueConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_NegativeValueConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.NegativeValueConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.NegativeValueConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const negativeValueConfigurationProperty: quicksight.CfnTemplatePropsMixin.NegativeValueConfigurationProperty = {
displayMode: 'displayMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| display | string | Determines the display mode of the negative value configuration. |
displayMode?
Type:
string
(optional)
Determines the display mode of the negative value configuration.

.NET
Go
Java
Python
TypeScript