aws-cdk-lib.aws_quicksight.CfnAnalysis.TopBottomMoversComputationProperty

interface TopBottomMoversComputationProperty

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

The top movers and bottom movers computation setup.

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.
timeIResolvable | DimensionFieldPropertyThe time field that is used in a computation.
typestringThe computation type. Choose from the following options:.
moverSize?numberThe mover size setup of the top and bottom movers computation.
name?stringThe name of a computation.
sortOrder?stringThe sort order setup of the top and bottom movers 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.


time

Type: IResolvable | DimensionFieldProperty

The time field that is used in a computation.


type

Type: string

The computation type. Choose from the following options:.

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.

moverSize?

Type: number (optional)

The mover size setup of the top and bottom movers computation.


name?

Type: string (optional)

The name of a computation.


sortOrder?

Type: string (optional)

The sort order setup of the top and bottom movers computation.


value?

Type: IResolvable | MeasureFieldProperty (optional)

The value field that is used in a computation.