interface ThousandSeparatorOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ThousandSeparatorOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ThousandSeparatorOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ThousandSeparatorOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ThousandSeparatorOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » ThousandSeparatorOptionsProperty |
The options that determine the thousands separator configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const thousandSeparatorOptionsProperty: quicksight.CfnDashboard.ThousandSeparatorOptionsProperty = {
groupingStyle: 'groupingStyle',
symbol: 'symbol',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
grouping | string | Determines the way numbers are styled to accommodate different readability standards. |
symbol? | string | Determines the thousands separator symbol. |
visibility? | string | Determines the visibility of the thousands separator. |
groupingStyle?
Type:
string
(optional)
Determines the way numbers are styled to accommodate different readability standards.
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.
symbol?
Type:
string
(optional)
Determines the thousands separator symbol.
visibility?
Type:
string
(optional)
Determines the visibility of the thousands separator.