interface BinCountOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.BinCountOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.BinCountOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.BinCountOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » BinCountOptionsProperty |
The options that determine the bin count of a histogram.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const binCountOptionsProperty: quicksight.CfnDashboard.BinCountOptionsProperty = {
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
value? | number | The options that determine the bin count value. |
value?
Type:
number
(optional)
The options that determine the bin count value.