Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TopBottomRankedComputationProperty

The top ranked and bottom ranked computation configuration.

Inheritance
object
CfnDashboardPropsMixin.TopBottomRankedComputationProperty
Implements
CfnDashboardPropsMixin.ITopBottomRankedComputationProperty
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.TopBottomRankedComputationProperty : CfnDashboardPropsMixin.ITopBottomRankedComputationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TopBottomRankedComputationProperty Implements CfnDashboardPropsMixin.ITopBottomRankedComputationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

TopBottomRankedComputationProperty()

The top ranked and bottom ranked computation configuration.

Properties

Category

The category field that is used in a computation.

ComputationId

The ID for a computation.

Name

The name of a computation.

ResultSize

The result size of a top and bottom ranked computation.

Type

The computation type. Choose one of the following options:.

Value

The value field that is used in a computation.

Constructors

TopBottomRankedComputationProperty()

The top ranked and bottom ranked computation configuration.

public TopBottomRankedComputationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Category

The category field that is used in a computation.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty

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-topbottomrankedcomputation.html#cfn-quicksight-dashboard-topbottomrankedcomputation-computationid

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-topbottomrankedcomputation.html#cfn-quicksight-dashboard-topbottomrankedcomputation-name

ResultSize

The result size of a top and bottom ranked computation.

public double? ResultSize { get; set; }
Property Value

double?

Remarks

Default: - 0

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

Type

The computation type. Choose one of the following options:.

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

string

Remarks

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

    Value

    The value field that is used in a computation.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty

    Implements

    CfnDashboardPropsMixin.ITopBottomRankedComputationProperty
    Back to top Generated by DocFX