aws-cdk-lib.aws_quicksight.CfnDashboard.TopBottomRankedComputationProperty

interface TopBottomRankedComputationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TopBottomRankedComputationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TopBottomRankedComputationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TopBottomRankedComputationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TopBottomRankedComputationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » TopBottomRankedComputationProperty

The top ranked and bottom ranked computation configuration.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
categoryIResolvable | DimensionFieldPropertyThe category field that is used in a computation.
computationIdstringThe ID for a computation.
typestringThe computation type. Choose one of the following options:.
name?stringThe name of a computation.
resultSize?numberThe result size of a top and bottom ranked computation.
value?IResolvable | MeasureFieldPropertyThe value field that is used in a computation.

category

Type: IResolvable | DimensionFieldProperty

The category field that is used in a computation.


computationId

Type: string

The ID for a computation.


type

Type: string

The computation type. Choose one of the following options:.

  • TOP: A top ranked computation.
  • BOTTOM: A bottom ranked computation.

name?

Type: string (optional)

The name of a computation.


resultSize?

Type: number (optional)

The result size of a top and bottom ranked computation.


value?

Type: IResolvable | MeasureFieldProperty (optional)

The value field that is used in a computation.