PortRange - Amazon Network Firewall
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).

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 Amazon SDKs, see the following: