AWS::NetworkFirewall::RuleGroup RuleVariables - AWS CloudFormation

This is the new AWS 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 RuleVariables

Settings that are available for use in the rules in the rule group where this is defined.

Syntax

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

JSON

{ "IPSets" : {Key: Value, ...}, "PortSets" : {Key: Value, ...} }

YAML

IPSets: Key: Value PortSets: Key: Value

Properties

IPSets

A list of IP addresses and address ranges, in CIDR notation.

Required: No

Type: Object of IPSet

Update requires: No interruption

PortSets

A list of port ranges.

Required: No

Type: Object of PortSet

Update requires: No interruption