aws-cdk-lib.aws_quicksight.CfnAnalysis.NumericSeparatorConfigurationProperty

interface NumericSeparatorConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.NumericSeparatorConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_NumericSeparatorConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.NumericSeparatorConfigurationProperty
Pythonaws_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

NameTypeDescription
decimalSeparator?stringDetermines the decimal separator.
thousandsSeparator?IResolvable | ThousandSeparatorOptionsPropertyThe options that determine the thousands separator configuration.

decimalSeparator?

Type: string (optional)

Determines the decimal separator.


thousandsSeparator?

Type: IResolvable | ThousandSeparatorOptionsProperty (optional)

The options that determine the thousands separator configuration.