Show / Hide Table of Contents

Class CfnAnalysis.ComputationProperty

The computation union that is used in an insight visual.

Inheritance
object
CfnAnalysis.ComputationProperty
Implements
CfnAnalysis.IComputationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ComputationProperty : CfnAnalysis.IComputationProperty
Syntax (vb)
Public Class CfnAnalysis.ComputationProperty Implements CfnAnalysis.IComputationProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

ComputationProperty()

The computation union that is used in an insight visual.

Properties

Forecast

The forecast computation configuration.

GrowthRate

The growth rate computation configuration.

MaximumMinimum

The maximum and minimum computation configuration.

MetricComparison

The metric comparison computation configuration.

PeriodOverPeriod

The period over period computation configuration.

PeriodToDate

The period to DataSetIdentifier computation configuration.

TopBottomMovers

The top movers and bottom movers computation configuration.

TopBottomRanked

The top ranked and bottom ranked computation configuration.

TotalAggregation

The total aggregation computation configuration.

UniqueValues

The unique values computation configuration.

Constructors

ComputationProperty()

The computation union that is used in an insight visual.

public ComputationProperty()
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

ExampleMetadata: fixture=_generated

Properties

Forecast

The forecast computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-forecast

GrowthRate

The growth rate computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-growthrate

MaximumMinimum

The maximum and minimum computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-maximumminimum

MetricComparison

The metric comparison computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-metriccomparison

PeriodOverPeriod

The period over period computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-periodoverperiod

PeriodToDate

The period to DataSetIdentifier computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-periodtodate

TopBottomMovers

The top movers and bottom movers computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-topbottommovers

TopBottomRanked

The top ranked and bottom ranked computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-topbottomranked

TotalAggregation

The total aggregation computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-totalaggregation

UniqueValues

The unique values computation configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-computation.html#cfn-quicksight-analysis-computation-uniquevalues

Implements

CfnAnalysis.IComputationProperty
Back to top Generated by DocFX