aws-cdk-lib.aws_quicksight.CfnAnalysis.ThousandSeparatorOptionsProperty

interface ThousandSeparatorOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.ThousandSeparatorOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ThousandSeparatorOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.ThousandSeparatorOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.ThousandSeparatorOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.ThousandSeparatorOptionsProperty = {
  symbol: 'symbol',
  visibility: 'visibility',
};

Properties

NameTypeDescription
symbol?stringDetermines the thousands separator symbol.
visibility?stringDetermines 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.