Show / Hide Table of Contents

Class CfnAutomationRuleV2PropsMixin.BooleanFilterProperty

Boolean filter for querying findings.

Inheritance
object
CfnAutomationRuleV2PropsMixin.BooleanFilterProperty
Implements
CfnAutomationRuleV2PropsMixin.IBooleanFilterProperty
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.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

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-booleanfilter.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.SecurityHub.Mixins;

             var booleanFilterProperty = new BooleanFilterProperty {
                 Value = false
             };

Properties

Value

The value of the boolean.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-booleanfilter.html#cfn-securityhub-automationrulev2-booleanfilter-value

Type union: either bool or IResolvable

Implements

CfnAutomationRuleV2PropsMixin.IBooleanFilterProperty
Back to top Generated by DocFX