Class CfnDashboardPropsMixin.MetricComparisonComputationProperty
The metric comparison computation configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.MetricComparisonComputationProperty : CfnDashboardPropsMixin.IMetricComparisonComputationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.MetricComparisonComputationProperty Implements CfnDashboardPropsMixin.IMetricComparisonComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| MetricComparisonComputationProperty() | The metric comparison computation configuration. |
Properties
| ComputationId | The ID for a computation. |
| FromValue | The field that is used in a metric comparison from value setup. |
| Name | The name of a computation. |
| TargetValue | The field that is used in a metric comparison to value setup. |
| Time | The time field that is used in a computation. |
Constructors
MetricComparisonComputationProperty()
The metric comparison computation configuration.
public MetricComparisonComputationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
ComputationId
The ID for a computation.
public string? ComputationId { get; set; }
Property Value
Remarks
FromValue
The field that is used in a metric comparison from value setup.
public object? FromValue { get; set; }
Property Value
Remarks
Name
The name of a computation.
public string? Name { get; set; }
Property Value
Remarks
TargetValue
The field that is used in a metric comparison to value setup.
public object? TargetValue { get; set; }
Property Value
Remarks
Time
The time field that is used in a computation.
public object? Time { get; set; }