interface DecimalPlacesConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DecimalPlacesConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DecimalPlacesConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DecimalPlacesConfigurationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
decimal | number | The values of the decimal places. |
decimalPlaces
Type:
number
The values of the decimal places.