interface NumericSeparatorConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.NumericSeparatorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_NumericSeparatorConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericSeparatorConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.NumericSeparatorConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » NumericSeparatorConfigurationProperty |
The options that determine the numeric 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 numericSeparatorConfigurationProperty: quicksight.CfnAnalysis.NumericSeparatorConfigurationProperty = {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
};
Properties
Name | Type | Description |
---|---|---|
decimal | string | Determines the decimal separator. |
thousands | IResolvable | Thousand | The options that determine the thousands separator configuration. |
decimalSeparator?
Type:
string
(optional)
Determines the decimal separator.
thousandsSeparator?
Type:
IResolvable
|
Thousand
(optional)
The options that determine the thousands separator configuration.