interface BooleanFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnAutomationRuleV2PropsMixin_BooleanFilterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnAutomationRuleV2PropsMixin » BooleanFilterProperty |
Boolean filter for querying findings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from '@aws-cdk/cfn-property-mixins';
const booleanFilterProperty: securityhub.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty = {
value: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | boolean | IResolvable | The value of the boolean. |
value?
Type:
boolean | IResolvable
(optional)
The value of the boolean.

.NET
Go
Java
Python
TypeScript