interface NegativeValueConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.NegativeValueConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_NegativeValueConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.NegativeValueConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.NegativeValueConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const negativeValueConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.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