Show / Hide Table of Contents

Class CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty

The options that determine the numeric separator configuration.

Inheritance
object
CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty
Implements
CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty
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.NumericSeparatorConfigurationProperty : CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty Implements CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericseparatorconfiguration.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 numericSeparatorConfigurationProperty = new NumericSeparatorConfigurationProperty {
                 DecimalSeparator = "decimalSeparator",
                 ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                     GroupingStyle = "groupingStyle",
                     Symbol = "symbol",
                     Visibility = "visibility"
                 }
             };

Synopsis

Constructors

NumericSeparatorConfigurationProperty()

The options that determine the numeric separator configuration.

Properties

DecimalSeparator

Determines the decimal separator.

ThousandsSeparator

The options that determine the thousands separator configuration.

Constructors

NumericSeparatorConfigurationProperty()

The options that determine the numeric separator configuration.

public NumericSeparatorConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericseparatorconfiguration.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 numericSeparatorConfigurationProperty = new NumericSeparatorConfigurationProperty {
                 DecimalSeparator = "decimalSeparator",
                 ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                     GroupingStyle = "groupingStyle",
                     Symbol = "symbol",
                     Visibility = "visibility"
                 }
             };

Properties

DecimalSeparator

Determines the decimal separator.

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

string

Remarks

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

ThousandsSeparator

The options that determine the thousands separator configuration.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IThousandSeparatorOptionsProperty

Implements

CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty
Back to top Generated by DocFX