aws-cdk-lib.aws_quicksight.CfnTemplate.DecimalPlacesConfigurationProperty

interface DecimalPlacesConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.DecimalPlacesConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DecimalPlacesConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.DecimalPlacesConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.DecimalPlacesConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.DecimalPlacesConfigurationProperty = {
  decimalPlaces: 123,
};

Properties

NameTypeDescription
decimalPlacesnumberThe values of the decimal places.

decimalPlaces

Type: number

The values of the decimal places.