Show / Hide Table of Contents

Class CfnTemplate.NumericSeparatorConfigurationProperty

The options that determine the numeric separator configuration.

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

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

var numericSeparatorConfigurationProperty = new NumericSeparatorConfigurationProperty {
    DecimalSeparator = "decimalSeparator",
    ThousandsSeparator = new ThousandSeparatorOptionsProperty {
        Symbol = "symbol",
        Visibility = "visibility"
    }
};

Synopsis

Constructors

NumericSeparatorConfigurationProperty()

Properties

DecimalSeparator

Determines the decimal separator.

ThousandsSeparator

The options that determine the thousands separator configuration.

Constructors

NumericSeparatorConfigurationProperty()

public NumericSeparatorConfigurationProperty()

Properties

DecimalSeparator

Determines the decimal separator.

public string DecimalSeparator { get; set; }
Property Value

System.String

Remarks

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

ThousandsSeparator

The options that determine the thousands separator configuration.

public object ThousandsSeparator { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnTemplate.INumericSeparatorConfigurationProperty
Back to top Generated by DocFX