/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A single port range specification. This is used for source and destination
* port ranges in the stateless rule MatchAttributes,
* SourcePorts
, and DestinationPorts
settings.
* See Also:
AWS
* API Reference
The lower limit of the port range. This must be less than or equal to the
* ToPort
specification.
The lower limit of the port range. This must be less than or equal to the
* ToPort
specification.
The lower limit of the port range. This must be less than or equal to the
* ToPort
specification.
The lower limit of the port range. This must be less than or equal to the
* ToPort
specification.
The upper limit of the port range. This must be greater than or equal to the
* FromPort
specification.
The upper limit of the port range. This must be greater than or equal to the
* FromPort
specification.
The upper limit of the port range. This must be greater than or equal to the
* FromPort
specification.
The upper limit of the port range. This must be greater than or equal to the
* FromPort
specification.