Show / Hide Table of Contents

Class CfnTemplatePropsMixin.NegativeValueConfigurationProperty

The options that determine the negative value configuration.

Inheritance
object
CfnTemplatePropsMixin.NegativeValueConfigurationProperty
Implements
CfnTemplatePropsMixin.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.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.NegativeValueConfigurationProperty : CfnTemplatePropsMixin.INegativeValueConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.NegativeValueConfigurationProperty Implements CfnTemplatePropsMixin.INegativeValueConfigurationProperty
Remarks

See: 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.CfnPropertyMixins.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-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.CfnPropertyMixins.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-template-negativevalueconfiguration.html#cfn-quicksight-template-negativevalueconfiguration-displaymode

Implements

CfnTemplatePropsMixin.INegativeValueConfigurationProperty
Back to top Generated by DocFX