Class CfnInsight.KeywordFilterProperty
A keyword filter for querying findings.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInsight.KeywordFilterProperty : CfnInsight.IKeywordFilterProperty
Syntax (vb)
Public Class CfnInsight.KeywordFilterProperty Implements CfnInsight.IKeywordFilterProperty
Remarks
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.AWS.SecurityHub;
var keywordFilterProperty = new KeywordFilterProperty {
Value = "value"
};
Synopsis
Constructors
KeywordFilterProperty() | A keyword filter for querying findings. |
Properties
Value | A value for the keyword. |
Constructors
KeywordFilterProperty()
A keyword filter for querying findings.
public KeywordFilterProperty()
Remarks
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.AWS.SecurityHub;
var keywordFilterProperty = new KeywordFilterProperty {
Value = "value"
};
Properties
Value
A value for the keyword.
public string Value { get; set; }