Show / Hide Table of Contents

Interface CfnAnalysis.INumberDisplayFormatConfigurationProperty

The options that determine the number display format configuration.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.INumberDisplayFormatConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysis.INumberDisplayFormatConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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 {
                         GroupingStyle = "groupingStyle",
                         Symbol = "symbol",
                         Visibility = "visibility"
                     }
                 },
                 Suffix = "suffix"
             };

Synopsis

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.

Properties

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

object? DecimalPlacesConfiguration { get; }
Property Value

object

Remarks

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

NegativeValueConfiguration

The options that determine the negative value configuration.

object? NegativeValueConfiguration { get; }
Property Value

object

Remarks

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

NullValueFormatConfiguration

The options that determine the null value format configuration.

object? NullValueFormatConfiguration { get; }
Property Value

object

Remarks

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

NumberScale

Determines the number scale value of the number format.

string? NumberScale { get; }
Property Value

string

Remarks

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

Prefix

Determines the prefix value of the number format.

string? Prefix { get; }
Property Value

string

Remarks

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

SeparatorConfiguration

The options that determine the numeric separator configuration.

object? SeparatorConfiguration { get; }
Property Value

object

Remarks

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

Suffix

Determines the suffix value of the number format.

string? Suffix { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX