interface KeywordFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnInsightPropsMixin.KeywordFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnInsightPropsMixin_KeywordFilterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnInsightPropsMixin.KeywordFilterProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnInsightPropsMixin.KeywordFilterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnInsightPropsMixin » KeywordFilterProperty |
A keyword 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 keywordFilterProperty: securityhub.CfnInsightPropsMixin.KeywordFilterProperty = {
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | string | A value for the keyword. |
value?
Type:
string
(optional)
A value for the keyword.

.NET
Go
Java
Python
TypeScript