package awsquicksight // 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 "github.com/aws/aws-cdk-go/awscdk" // // negativeValueConfigurationProperty := &NegativeValueConfigurationProperty{ // DisplayMode: jsii.String("displayMode"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-negativevalueconfiguration.html // type CfnDashboard_NegativeValueConfigurationProperty struct { // Determines the display mode of the negative value configuration. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-negativevalueconfiguration.html#cfn-quicksight-dashboard-negativevalueconfiguration-displaymode // DisplayMode *string `field:"required" json:"displayMode" yaml:"displayMode"` }