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 |
Synopsis
- data TrafficMirrorPortRangeRequest = TrafficMirrorPortRangeRequest' {}
- newTrafficMirrorPortRangeRequest :: TrafficMirrorPortRangeRequest
- trafficMirrorPortRangeRequest_fromPort :: Lens' TrafficMirrorPortRangeRequest (Maybe Int)
- trafficMirrorPortRangeRequest_toPort :: Lens' TrafficMirrorPortRangeRequest (Maybe Int)
Documentation
data TrafficMirrorPortRangeRequest Source #
Information about the Traffic Mirror filter rule port range.
See: newTrafficMirrorPortRangeRequest
smart constructor.
Instances
newTrafficMirrorPortRangeRequest :: TrafficMirrorPortRangeRequest Source #
Create a value of TrafficMirrorPortRangeRequest
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:fromPort:TrafficMirrorPortRangeRequest'
, trafficMirrorPortRangeRequest_fromPort
- The first port in the Traffic Mirror port range. This applies to the TCP
and UDP protocols.
$sel:toPort:TrafficMirrorPortRangeRequest'
, trafficMirrorPortRangeRequest_toPort
- The last port in the Traffic Mirror port range. This applies to the TCP
and UDP protocols.
trafficMirrorPortRangeRequest_fromPort :: Lens' TrafficMirrorPortRangeRequest (Maybe Int) Source #
The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
trafficMirrorPortRangeRequest_toPort :: Lens' TrafficMirrorPortRangeRequest (Maybe Int) Source #
The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.