aws-cdk-lib.aws_quicksight.CfnAnalysis.DecimalPlacesConfigurationProperty

interface DecimalPlacesConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.DecimalPlacesConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DecimalPlacesConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.DecimalPlacesConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.DecimalPlacesConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » DecimalPlacesConfigurationProperty

The option that determines the decimal places 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 decimalPlacesConfigurationProperty: quicksight.CfnAnalysis.DecimalPlacesConfigurationProperty = {
  decimalPlaces: 123,
};

Properties

NameTypeDescription
decimalPlacesnumberThe values of the decimal places.

decimalPlaces

Type: number

The values of the decimal places.