PortRange
A single port range specification. This is used for source and destination port ranges
in the stateless rule MatchAttributes, SourcePorts
, and
DestinationPorts
settings.
Contents
- FromPort
-
The lower limit of the port range. This must be less than or equal to the
ToPort
specification.Type: Integer
Valid Range: Minimum value of 0. Maximum value of 65535.
Required: Yes
- ToPort
-
The upper limit of the port range. This must be greater than or equal to the
FromPort
specification.Type: Integer
Valid Range: Minimum value of 0. Maximum value of 65535.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: