aws-cdk-lib.aws_quicksight.CfnTemplate.BinCountOptionsProperty

interface BinCountOptionsProperty

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

Properties

NameTypeDescription
value?numberThe options that determine the bin count value.

value?

Type: number (optional)

The options that determine the bin count value.