Interface CfnAutomationRuleV2.IOcsfStringFilterProperty
Enables filtering of security findings based on string field values in OCSF.
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAutomationRuleV2.IOcsfStringFilterProperty
Syntax (vb)
Public Interface CfnAutomationRuleV2.IOcsfStringFilterProperty
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 ocsfStringFilterProperty = new OcsfStringFilterProperty {
FieldName = "fieldName",
Filter = new StringFilterProperty {
Comparison = "comparison",
Value = "value"
}
};
Synopsis
Properties
FieldName | The name of the field. |
Filter | Enables filtering of security findings based on string field values in OCSF. |
Properties
FieldName
The name of the field.
string FieldName { get; }
Property Value
Remarks
Filter
Enables filtering of security findings based on string field values in OCSF.
object Filter { get; }