interface MetricComparisonComputationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.MetricComparisonComputationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_MetricComparisonComputationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.MetricComparisonComputationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
computation | string | The ID for a computation. |
from | IResolvable | Measure | The field that is used in a metric comparison from value setup. |
name? | string | The name of a computation. |
target | IResolvable | Measure | The field that is used in a metric comparison to value setup. |
time? | IResolvable | Dimension | The time field that is used in a computation. |
computationId
Type:
string
The ID for a computation.
fromValue?
Type:
IResolvable
|
Measure
(optional)
The field that is used in a metric comparison from value setup.
name?
Type:
string
(optional)
The name of a computation.
targetValue?
Type:
IResolvable
|
Measure
(optional)
The field that is used in a metric comparison to value setup.
time?
Type:
IResolvable
|
Dimension
(optional)
The time field that is used in a computation.