Show / Hide Table of Contents

Class CfnDashboard.NegativeValueConfigurationProperty

The options that determine the negative value configuration.

Inheritance
object
CfnDashboard.NegativeValueConfigurationProperty
Implements
CfnDashboard.INegativeValueConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.NegativeValueConfigurationProperty : CfnDashboard.INegativeValueConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.NegativeValueConfigurationProperty Implements CfnDashboard.INegativeValueConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-negativevalueconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var negativeValueConfigurationProperty = new NegativeValueConfigurationProperty {
                 DisplayMode = "displayMode"
             };

Synopsis

Constructors

NegativeValueConfigurationProperty()

The options that determine the negative value configuration.

Properties

DisplayMode

Determines the display mode of the negative value configuration.

Constructors

NegativeValueConfigurationProperty()

The options that determine the negative value configuration.

public NegativeValueConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-negativevalueconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var negativeValueConfigurationProperty = new NegativeValueConfigurationProperty {
                 DisplayMode = "displayMode"
             };

Properties

DisplayMode

Determines the display mode of the negative value configuration.

public string DisplayMode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-negativevalueconfiguration.html#cfn-quicksight-dashboard-negativevalueconfiguration-displaymode

Implements

CfnDashboard.INegativeValueConfigurationProperty
Back to top Generated by DocFX