interface DecimalPlacesConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_DecimalPlacesConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const decimalPlacesConfigurationProperty: quicksight_mixins.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