Class CfnRuleGroup.SummaryConfigurationProperty
A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRuleGroup.SummaryConfigurationProperty : CfnRuleGroup.ISummaryConfigurationProperty
Syntax (vb)
Public Class CfnRuleGroup.SummaryConfigurationProperty Implements CfnRuleGroup.ISummaryConfigurationProperty
Remarks
These settings affect how threat information appears in both the console and API responses. Summaries are available for rule groups you manage and for active threat defense AWS managed rule groups.
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.NetworkFirewall;
var summaryConfigurationProperty = new SummaryConfigurationProperty {
RuleOptions = new [] { "ruleOptions" }
};
Synopsis
Constructors
SummaryConfigurationProperty() | A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:. |
Properties
RuleOptions | Specifies the selected rule options returned by |
Constructors
SummaryConfigurationProperty()
A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:.
public SummaryConfigurationProperty()
Remarks
These settings affect how threat information appears in both the console and API responses. Summaries are available for rule groups you manage and for active threat defense AWS managed rule groups.
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.NetworkFirewall;
var summaryConfigurationProperty = new SummaryConfigurationProperty {
RuleOptions = new [] { "ruleOptions" }
};
Properties
RuleOptions
Specifies the selected rule options returned by DescribeRuleGroupSummary
.
public string[]? RuleOptions { get; set; }
Property Value
string[]