interface BooleanFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssecurityhub/mixins#CfnAutomationRuleV2PropsMixin_BooleanFilterProperty |
Java | software.amazon.awscdk.mixins.preview.services.securityhub.mixins.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty |
Python | aws_cdk.mixins_preview.aws_securityhub.mixins.CfnAutomationRuleV2PropsMixin.BooleanFilterProperty |
TypeScript | @aws-cdk/mixins-preview » aws_securityhub » mixins » 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 { mixins as securityhub_mixins } from '@aws-cdk/mixins-preview/aws-securityhub';
const booleanFilterProperty: securityhub_mixins.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