Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IThousandSeparatorOptionsProperty

The options that determine the thousands separator configuration.

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

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

             var thousandSeparatorOptionsProperty = new ThousandSeparatorOptionsProperty {
                 GroupingStyle = "groupingStyle",
                 Symbol = "symbol",
                 Visibility = "visibility"
             };

Synopsis

Properties

GroupingStyle

Determines the way numbers are styled to accommodate different readability standards.

Symbol

Determines the thousands separator symbol.

Visibility

Determines the visibility of the thousands separator.

Properties

GroupingStyle

Determines the way numbers are styled to accommodate different readability standards.

string? GroupingStyle { get; }
Property Value

string

Remarks

The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-thousandseparatoroptions.html#cfn-quicksight-template-thousandseparatoroptions-groupingstyle

Symbol

Determines the thousands separator symbol.

string? Symbol { get; }
Property Value

string

Remarks

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

Visibility

Determines the visibility of the thousands separator.

string? Visibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-thousandseparatoroptions.html#cfn-quicksight-template-thousandseparatoroptions-visibility

Back to top Generated by DocFX