AWS::NetworkFirewall::RuleGroup RuleVariables - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::NetworkFirewall::RuleGroup RuleVariables

Settings that are available for use in the rules in the AWS::NetworkFirewall::RuleGroup where this is defined.

Syntax

To declare this entity in your Amazon 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