| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector2.Types.PortRangeFilter
Description
Documentation
data PortRangeFilter Source #
An object that describes the details of a port range filter.
See: newPortRangeFilter smart constructor.
Constructors
| PortRangeFilter' | |
Fields
| |
Instances
newPortRangeFilter :: PortRangeFilter Source #
Create a value of PortRangeFilter with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:beginInclusive:PortRangeFilter', portRangeFilter_beginInclusive - The port number the port range begins at.
$sel:endInclusive:PortRangeFilter', portRangeFilter_endInclusive - The port number the port range ends at.
portRangeFilter_beginInclusive :: Lens' PortRangeFilter (Maybe Natural) Source #
The port number the port range begins at.
portRangeFilter_endInclusive :: Lens' PortRangeFilter (Maybe Natural) Source #
The port number the port range ends at.