Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IColumnIdentifierProperty

Value

The value of the double input numeric drill down filter.

double? Value { get; }
Property Value

double?

Remarks

Default: - 0

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

Back to top Generated by DocFX