Show / Hide Table of Contents

Class CfnTemplate.NegativeValueConfigurationProperty

The options that determine the negative value configuration.

Inheritance
System.Object
CfnTemplate.NegativeValueConfigurationProperty
Implements
CfnTemplate.INegativeValueConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class NegativeValueConfigurationProperty : Object, CfnTemplate.INegativeValueConfigurationProperty
Syntax (vb)
Public Class NegativeValueConfigurationProperty
    Inherits Object
    Implements CfnTemplate.INegativeValueConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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()

Properties

DisplayMode

Determines the display mode of the negative value configuration.

Constructors

NegativeValueConfigurationProperty()

public NegativeValueConfigurationProperty()

Properties

DisplayMode

Determines the display mode of the negative value configuration.

public string DisplayMode { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnTemplate.INegativeValueConfigurationProperty
Back to top Generated by DocFX