interface BinCountOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.BinCountOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_BinCountOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.BinCountOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.BinCountOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const binCountOptionsProperty: quicksight.CfnAnalysis.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.