Class CfnInsight.NumberFilterProperty
A number filter for querying findings.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NumberFilterProperty : Object, CfnInsight.INumberFilterProperty
Syntax (vb)
Public Class NumberFilterProperty
Inherits Object
Implements CfnInsight.INumberFilterProperty
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.AWS.SecurityHub;
var numberFilterProperty = new NumberFilterProperty {
Eq = 123,
Gte = 123,
Lte = 123
};
Synopsis
Constructors
Number |
Properties
Eq | The equal-to condition to be applied to a single field when querying for findings. |
Gte | The greater-than-equal condition to be applied to a single field when querying for findings. |
Lte | The less-than-equal condition to be applied to a single field when querying for findings. |
Constructors
NumberFilterProperty()
public NumberFilterProperty()
Properties
Eq
The equal-to condition to be applied to a single field when querying for findings.
public Nullable<double> Eq { get; set; }
Property Value
System.
Remarks
Gte
The greater-than-equal condition to be applied to a single field when querying for findings.
public Nullable<double> Gte { get; set; }
Property Value
System.
Remarks
Lte
The less-than-equal condition to be applied to a single field when querying for findings.
public Nullable<double> Lte { get; set; }
Property Value
System.