Class CfnInsight.KeywordFilterProperty
A keyword filter for querying findings.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KeywordFilterProperty : Object, CfnInsight.IKeywordFilterProperty
Syntax (vb)
Public Class KeywordFilterProperty
Inherits Object
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
Keyword |
Properties
Value | A value for the keyword. |
Constructors
KeywordFilterProperty()
public KeywordFilterProperty()
Properties
Value
A value for the keyword.
public string Value { get; set; }
Property Value
System.