Class CfnAutomationRuleV2PropsMixin.BooleanFilterProperty
Boolean filter for querying findings.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAutomationRuleV2PropsMixin.BooleanFilterProperty : CfnAutomationRuleV2PropsMixin.IBooleanFilterProperty
Syntax (vb)
Public Class CfnAutomationRuleV2PropsMixin.BooleanFilterProperty Implements CfnAutomationRuleV2PropsMixin.IBooleanFilterProperty
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.Mixins.Preview.AWS.SecurityHub.Mixins;
var booleanFilterProperty = new BooleanFilterProperty {
Value = false
};
Synopsis
Constructors
| BooleanFilterProperty() | Boolean filter for querying findings. |
Properties
| Value | The value of the boolean. |
Constructors
BooleanFilterProperty()
Boolean filter for querying findings.
public BooleanFilterProperty()
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.Mixins.Preview.AWS.SecurityHub.Mixins;
var booleanFilterProperty = new BooleanFilterProperty {
Value = false
};
Properties
Value
The value of the boolean.
public object? Value { get; set; }