Show / Hide Table of Contents

Class CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty

The options that determine the currency display format configuration.

Inheritance
object
CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty
Implements
CfnDashboardPropsMixin.ICurrencyDisplayFormatConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty : CfnDashboardPropsMixin.ICurrencyDisplayFormatConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty Implements CfnDashboardPropsMixin.ICurrencyDisplayFormatConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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 {
                         GroupingStyle = "groupingStyle",
                         Symbol = "symbol",
                         Visibility = "visibility"
                     }
                 },
                 Suffix = "suffix",
                 Symbol = "symbol"
             };

Synopsis

Constructors

CurrencyDisplayFormatConfigurationProperty()

The options that determine the currency display format configuration.

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.

Constructors

CurrencyDisplayFormatConfigurationProperty()

The options that determine the currency display format configuration.

public CurrencyDisplayFormatConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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 {
                         GroupingStyle = "groupingStyle",
                         Symbol = "symbol",
                         Visibility = "visibility"
                     }
                 },
                 Suffix = "suffix",
                 Symbol = "symbol"
             };

Properties

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

public object? DecimalPlacesConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDecimalPlacesConfigurationProperty

NegativeValueConfiguration

The options that determine the negative value configuration.

public object? NegativeValueConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.INegativeValueConfigurationProperty

NullValueFormatConfiguration

The options that determine the null value format configuration.

public object? NullValueFormatConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.INullValueFormatConfigurationProperty

NumberScale

Determines the number scale value for the currency format.

public string? NumberScale { get; set; }
Property Value

string

Remarks

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

Prefix

Determines the prefix value of the currency format.

public string? Prefix { get; set; }
Property Value

string

Remarks

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

SeparatorConfiguration

The options that determine the numeric separator configuration.

public object? SeparatorConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty

Suffix

Determines the suffix value of the currency format.

public string? Suffix { get; set; }
Property Value

string

Remarks

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

Symbol

Determines the symbol for the currency format.

public string? Symbol { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboardPropsMixin.ICurrencyDisplayFormatConfigurationProperty
Back to top Generated by DocFX