Interface CfnTemplatePropsMixin.INumericEqualityDrillDownFilterProperty
The numeric equality type drill down filter.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.INumericEqualityDrillDownFilterProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.INumericEqualityDrillDownFilterProperty
Remarks
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 numericEqualityDrillDownFilterProperty = new NumericEqualityDrillDownFilterProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
Value = 123
};
Synopsis
Properties
| Column | The column that the filter is applied to. |
| Value | The value of the double input numeric drill down filter. |
Properties
Column
The column that the filter is applied to.
object? Column { get; }
Property Value
Remarks
Value
The value of the double input numeric drill down filter.
double? Value { get; }