Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ITopBottomMoversComputationProperty

The top movers and bottom movers computation setup.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ITopBottomMoversComputationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ITopBottomMoversComputationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Category

The category field that is used in a computation.

ComputationId

The ID for a computation.

MoverSize

The mover size setup of the top and bottom movers computation.

Name

The name of a computation.

SortOrder

The sort order setup of the top and bottom movers computation.

Time

The time field that is used in a computation.

Type

The computation type. Choose from the following options:.

Value

The value field that is used in a computation.

Properties

Category

The category field that is used in a computation.

object? Category { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty

ComputationId

The ID for a computation.

string? ComputationId { get; }
Property Value

string

Remarks

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

MoverSize

The mover size setup of the top and bottom movers computation.

double? MoverSize { get; }
Property Value

double?

Remarks

Default: - 0

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

Name

The name of a computation.

string? Name { get; }
Property Value

string

Remarks

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

SortOrder

The sort order setup of the top and bottom movers computation.

string? SortOrder { get; }
Property Value

string

Remarks

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

Time

The time field that is used in a computation.

object? Time { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty

Type

The computation type. Choose from the following options:.

string? Type { get; }
Property Value

string

Remarks

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

    Value

    The value field that is used in a computation.

    object? Value { get; }
    Property Value

    object

    Remarks

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

    Type union: either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty

    Back to top Generated by DocFX