Show / Hide Table of Contents

Class CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty

The options that determine the thousands separator configuration.

Inheritance
object
CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty
Implements
CfnTemplatePropsMixin.IThousandSeparatorOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty : CfnTemplatePropsMixin.IThousandSeparatorOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty Implements 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

Constructors

ThousandSeparatorOptionsProperty()

The options that determine the thousands separator configuration.

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.

Constructors

ThousandSeparatorOptionsProperty()

The options that determine the thousands separator configuration.

public ThousandSeparatorOptionsProperty()
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"
             };

Properties

GroupingStyle

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

public string? GroupingStyle { get; set; }
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.

public string? Symbol { get; set; }
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.

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

string

Remarks

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

Implements

CfnTemplatePropsMixin.IThousandSeparatorOptionsProperty
Back to top Generated by DocFX