Show / Hide Table of Contents

Interface CfnTopicPropsMixin.IComparativeOrderProperty

The order in which data is displayed for the column when it's used in a comparative context.

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

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var comparativeOrderProperty = new ComparativeOrderProperty {
                 SpecifedOrder = new [] { "specifedOrder" },
                 TreatUndefinedSpecifiedValues = "treatUndefinedSpecifiedValues",
                 UseOrdering = "useOrdering"
             };

Synopsis

Properties

SpecifedOrder

The list of columns to be used in the ordering.

TreatUndefinedSpecifiedValues

The treat of undefined specified values.

UseOrdering

The ordering type for a column.

Properties

SpecifedOrder

The list of columns to be used in the ordering.

string[]? SpecifedOrder { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-comparativeorder.html#cfn-quicksight-topic-comparativeorder-specifedorder

TreatUndefinedSpecifiedValues

The treat of undefined specified values.

string? TreatUndefinedSpecifiedValues { get; }
Property Value

string

Remarks

Valid values for this structure are LEAST and MOST .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-comparativeorder.html#cfn-quicksight-topic-comparativeorder-treatundefinedspecifiedvalues

UseOrdering

The ordering type for a column.

string? UseOrdering { get; }
Property Value

string

Remarks

Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-comparativeorder.html#cfn-quicksight-topic-comparativeorder-useordering

Back to top Generated by DocFX