aws-cdk-lib.aws_quicksight.CfnDashboard.BinWidthOptionsProperty

interface BinWidthOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.BinWidthOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_BinWidthOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.BinWidthOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.BinWidthOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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-lib';
const binWidthOptionsProperty: quicksight.CfnDashboard.BinWidthOptionsProperty = {
  binCountLimit: 123,
  value: 123,
};

Properties

NameTypeDescription
binCountLimit?numberThe options that determine the bin count limit.
value?numberThe 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.