interface BinWidthOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.BinWidthOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_BinWidthOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.BinWidthOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.BinWidthOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » BinWidthOptionsProperty |
The options that determine the bin width of a histogram.
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 binWidthOptionsProperty: quicksight.CfnDashboardPropsMixin.BinWidthOptionsProperty = {
binCountLimit: 123,
value: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| bin | number | The options that determine the bin count limit. |
| value? | number | The options that determine the bin width value. |
binCountLimit?
Type:
number
(optional)
The options that determine the bin count limit.
value?
Type:
number
(optional)
The options that determine the bin width value.

.NET
Go
Java
Python
TypeScript