

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::NetworkFirewall::RuleGroup SummaryConfiguration
<a name="aws-properties-networkfirewall-rulegroup-summaryconfiguration"></a>

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

## Syntax
<a name="aws-properties-networkfirewall-rulegroup-summaryconfiguration-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-networkfirewall-rulegroup-summaryconfiguration-syntax.json"></a>

```
{
  "[RuleOptions](#cfn-networkfirewall-rulegroup-summaryconfiguration-ruleoptions)" : {{[ String, ... ]}}
}
```

### YAML
<a name="aws-properties-networkfirewall-rulegroup-summaryconfiguration-syntax.yaml"></a>

```
  [RuleOptions](#cfn-networkfirewall-rulegroup-summaryconfiguration-ruleoptions): {{
    - String}}
```

## Properties
<a name="aws-properties-networkfirewall-rulegroup-summaryconfiguration-properties"></a>

`RuleOptions`  <a name="cfn-networkfirewall-rulegroup-summaryconfiguration-ruleoptions"></a>
Specifies the selected rule options returned by `DescribeRuleGroupSummary`.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)