Class: Aws::NetworkFirewall::Types::SummaryConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:

  • RuleOptions - The Suricata rule options fields to extract and display

^

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 Amazon Web Services managed rule groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_optionsArray<String>

Specifies the selected rule options returned by DescribeRuleGroupSummary.

Returns:

  • (Array<String>)


7640
7641
7642
7643
7644
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7640

class SummaryConfiguration < Struct.new(
  :rule_options)
  SENSITIVE = []
  include Aws::Structure
end