AWS::NetworkFirewall::RuleGroup PortRange
A single port range specification. This is used for source and destination port ranges in the stateless AWS::NetworkFirewall::RuleGroup MatchAttributes.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
FromPort-
The lower limit of the port range. This must be less than or equal to the
ToPortspecification.Required: Yes
Type: Integer
Minimum:
0Maximum:
65535Update requires: No interruption
ToPort-
The upper limit of the port range. This must be greater than or equal to the
FromPortspecification.Required: Yes
Type: Integer
Minimum:
0Maximum:
65535Update requires: No interruption