AWS::NetworkFirewall::RuleGroup StatelessRulesAndCustomActions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::NetworkFirewall::RuleGroup StatelessRulesAndCustomActions

Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules.

Syntax

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

JSON

{ "CustomActions" : [ CustomAction, ... ], "StatelessRules" : [ StatelessRule, ... ] }

Properties

CustomActions

Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification. You name each custom action that you define, and then you can use it by name in your stateless rule definition Actions specification.

Required: No

Type: Array of CustomAction

Update requires: No interruption

StatelessRules

Defines the set of stateless rules for use in a stateless rule group.

Required: Yes

Type: Array of StatelessRule

Update requires: No interruption