Show / Hide Table of Contents

Class CfnDashboardPropsMixin.MetricComparisonComputationProperty

The metric comparison computation configuration.

Inheritance
object
CfnDashboardPropsMixin.MetricComparisonComputationProperty
Implements
CfnDashboardPropsMixin.IMetricComparisonComputationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html

ExampleMetadata: fixture=_generated

Properties

ComputationId

The ID for a computation.

public string? ComputationId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html#cfn-quicksight-dashboard-metriccomparisoncomputation-computationid

FromValue

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

public object? FromValue { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html#cfn-quicksight-dashboard-metriccomparisoncomputation-fromvalue

Type union: either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty

Name

The name of a computation.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html#cfn-quicksight-dashboard-metriccomparisoncomputation-name

TargetValue

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

public object? TargetValue { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html#cfn-quicksight-dashboard-metriccomparisoncomputation-targetvalue

Type union: either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty

Time

The time field that is used in a computation.

public object? Time { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-metriccomparisoncomputation.html#cfn-quicksight-dashboard-metriccomparisoncomputation-time

Type union: either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty

Implements

CfnDashboardPropsMixin.IMetricComparisonComputationProperty
Back to top Generated by DocFX