Show / Hide Table of Contents

Class CfnTemplate.NumberDisplayFormatConfigurationProperty

The options that determine the number display format configuration.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-numberdisplayformatconfiguration.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 numberDisplayFormatConfigurationProperty = new NumberDisplayFormatConfigurationProperty {
    DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
        DecimalPlaces = 123
    },
    NegativeValueConfiguration = new NegativeValueConfigurationProperty {
        DisplayMode = "displayMode"
    },
    NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
        NullString = "nullString"
    },
    NumberScale = "numberScale",
    Prefix = "prefix",
    SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
        DecimalSeparator = "decimalSeparator",
        ThousandsSeparator = new ThousandSeparatorOptionsProperty {
            Symbol = "symbol",
            Visibility = "visibility"
        }
    },
    Suffix = "suffix"
};

Synopsis

Constructors

NumberDisplayFormatConfigurationProperty()

Properties

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

NegativeValueConfiguration

The options that determine the negative value configuration.

NullValueFormatConfiguration

The options that determine the null value format configuration.

NumberScale

Determines the number scale value of the number format.

Prefix

Determines the prefix value of the number format.

SeparatorConfiguration

The options that determine the numeric separator configuration.

Suffix

Determines the suffix value of the number format.

Constructors

NumberDisplayFormatConfigurationProperty()

public NumberDisplayFormatConfigurationProperty()

Properties

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

public object DecimalPlacesConfiguration { get; set; }
Property Value

System.Object

Remarks

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

NegativeValueConfiguration

The options that determine the negative value configuration.

public object NegativeValueConfiguration { get; set; }
Property Value

System.Object

Remarks

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

NullValueFormatConfiguration

The options that determine the null value format configuration.

public object NullValueFormatConfiguration { get; set; }
Property Value

System.Object

Remarks

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

NumberScale

Determines the number scale value of the number format.

public string NumberScale { get; set; }
Property Value

System.String

Remarks

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

Prefix

Determines the prefix value of the number format.

public string Prefix { get; set; }
Property Value

System.String

Remarks

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

SeparatorConfiguration

The options that determine the numeric separator configuration.

public object SeparatorConfiguration { get; set; }
Property Value

System.Object

Remarks

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

Suffix

Determines the suffix value of the number format.

public string Suffix { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnTemplate.INumberDisplayFormatConfigurationProperty
Back to top Generated by DocFX