interface DecimalPlacesConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_DecimalPlacesConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const decimalPlacesConfigurationProperty: quicksight.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty = {
decimalPlaces: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| decimal | number | The values of the decimal places. |
decimalPlaces?
Type:
number
(optional)
The values of the decimal places.

.NET
Go
Java
Python
TypeScript