Show / Hide Table of Contents

Class CfnDashboardPropsMixin.NumericEqualityDrillDownFilterProperty

The numeric equality type drill down filter.

Inheritance
object
CfnDashboardPropsMixin.NumericEqualityDrillDownFilterProperty
Implements
CfnDashboardPropsMixin.INumericEqualityDrillDownFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.NumericEqualityDrillDownFilterProperty : CfnDashboardPropsMixin.INumericEqualityDrillDownFilterProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.NumericEqualityDrillDownFilterProperty Implements CfnDashboardPropsMixin.INumericEqualityDrillDownFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericequalitydrilldownfilter.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var numericEqualityDrillDownFilterProperty = new NumericEqualityDrillDownFilterProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 Value = 123
             };

Synopsis

Constructors

NumericEqualityDrillDownFilterProperty()

The numeric equality type drill down filter.

Properties

Column

The column that the filter is applied to.

Value

The value of the double input numeric drill down filter.

Constructors

NumericEqualityDrillDownFilterProperty()

The numeric equality type drill down filter.

public NumericEqualityDrillDownFilterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericequalitydrilldownfilter.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var numericEqualityDrillDownFilterProperty = new NumericEqualityDrillDownFilterProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 Value = 123
             };

Properties

Column

The column that the filter is applied to.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IColumnIdentifierProperty

Value

The value of the double input numeric drill down filter.

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

double?

Remarks

Default: - 0

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

Implements

CfnDashboardPropsMixin.INumericEqualityDrillDownFilterProperty
Back to top Generated by DocFX