interface ThousandSeparatorOptionsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ThousandSeparatorOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ThousandSeparatorOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ThousandSeparatorOptionsProperty |
![]() | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const thousandSeparatorOptionsProperty: quicksight.CfnDashboard.ThousandSeparatorOptionsProperty = {
symbol: 'symbol',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
symbol? | string | Determines the thousands separator symbol. |
visibility? | string | Determines the visibility of the thousands separator. |
symbol?
Type:
string
(optional)
Determines the thousands separator symbol.
visibility?
Type:
string
(optional)
Determines the visibility of the thousands separator.