Show / Hide Table of Contents

Interface CfnTemplate.ICurrencyDisplayFormatConfigurationProperty

The options that determine the currency display format configuration.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-currencydisplayformatconfiguration.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 currencyDisplayFormatConfigurationProperty = new CurrencyDisplayFormatConfigurationProperty {
    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",
    Symbol = "symbol"
};

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 for the currency format.

Prefix

Determines the prefix value of the currency format.

SeparatorConfiguration

The options that determine the numeric separator configuration.

Suffix

Determines the suffix value of the currency format.

Symbol

Determines the symbol for the currency format.

Properties

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

virtual object DecimalPlacesConfiguration { get; }
Property Value

System.Object

Remarks

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

NegativeValueConfiguration

The options that determine the negative value configuration.

virtual object NegativeValueConfiguration { get; }
Property Value

System.Object

Remarks

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

NullValueFormatConfiguration

The options that determine the null value format configuration.

virtual object NullValueFormatConfiguration { get; }
Property Value

System.Object

Remarks

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

NumberScale

Determines the number scale value for the currency format.

virtual string NumberScale { get; }
Property Value

System.String

Remarks

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

Prefix

Determines the prefix value of the currency format.

virtual string Prefix { get; }
Property Value

System.String

Remarks

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

SeparatorConfiguration

The options that determine the numeric separator configuration.

virtual object SeparatorConfiguration { get; }
Property Value

System.Object

Remarks

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

Suffix

Determines the suffix value of the currency format.

virtual string Suffix { get; }
Property Value

System.String

Remarks

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

Symbol

Determines the symbol for the currency format.

virtual string Symbol { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX