aws-cdk-lib.aws_quicksight.CfnTemplate.MetricComparisonComputationProperty

interface MetricComparisonComputationProperty

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

The metric comparison computation configuration.

Example

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

Properties

NameTypeDescription
computationIdstringThe ID for a computation.
fromValueIResolvable | MeasureFieldPropertyThe field that is used in a metric comparison from value setup.
targetValueIResolvable | MeasureFieldPropertyThe field that is used in a metric comparison to value setup.
timeIResolvable | DimensionFieldPropertyThe time field that is used in a computation.
name?stringThe name of a computation.

computationId

Type: string

The ID for a computation.


fromValue

Type: IResolvable | MeasureFieldProperty

The field that is used in a metric comparison from value setup.


targetValue

Type: IResolvable | MeasureFieldProperty

The field that is used in a metric comparison to value setup.


time

Type: IResolvable | DimensionFieldProperty

The time field that is used in a computation.


name?

Type: string (optional)

The name of a computation.