interface BooleanFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnInsightPropsMixin.BooleanFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnInsightPropsMixin_BooleanFilterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnInsightPropsMixin.BooleanFilterProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnInsightPropsMixin.BooleanFilterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnInsightPropsMixin » 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.CfnInsightPropsMixin.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