interface BinCountOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.BinCountOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_BinCountOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.BinCountOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.BinCountOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const binCountOptionsProperty: quicksight.CfnTemplatePropsMixin.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.

.NET
Go
Java
Python
TypeScript