Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NetworkConnectionAction = NetworkConnectionAction' {}
- newNetworkConnectionAction :: NetworkConnectionAction
- networkConnectionAction_remoteIpDetails :: Lens' NetworkConnectionAction (Maybe ActionRemoteIpDetails)
- networkConnectionAction_protocol :: Lens' NetworkConnectionAction (Maybe Text)
- networkConnectionAction_remotePortDetails :: Lens' NetworkConnectionAction (Maybe ActionRemotePortDetails)
- networkConnectionAction_blocked :: Lens' NetworkConnectionAction (Maybe Bool)
- networkConnectionAction_connectionDirection :: Lens' NetworkConnectionAction (Maybe Text)
- networkConnectionAction_localPortDetails :: Lens' NetworkConnectionAction (Maybe ActionLocalPortDetails)
Documentation
data NetworkConnectionAction Source #
Provided if ActionType
is NETWORK_CONNECTION
. It provides details
about the attempted network connection that was detected.
See: newNetworkConnectionAction
smart constructor.
NetworkConnectionAction' | |
|
Instances
newNetworkConnectionAction :: NetworkConnectionAction Source #
Create a value of NetworkConnectionAction
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:remoteIpDetails:NetworkConnectionAction'
, networkConnectionAction_remoteIpDetails
- Information about the remote IP address that issued the network
connection request.
$sel:protocol:NetworkConnectionAction'
, networkConnectionAction_protocol
- The protocol used to make the network connection request.
$sel:remotePortDetails:NetworkConnectionAction'
, networkConnectionAction_remotePortDetails
- Information about the port on the remote IP address.
$sel:blocked:NetworkConnectionAction'
, networkConnectionAction_blocked
- Indicates whether the network connection attempt was blocked.
$sel:connectionDirection:NetworkConnectionAction'
, networkConnectionAction_connectionDirection
- The direction of the network connection request (IN
or OUT
).
$sel:localPortDetails:NetworkConnectionAction'
, networkConnectionAction_localPortDetails
- Information about the port on the EC2 instance.
networkConnectionAction_remoteIpDetails :: Lens' NetworkConnectionAction (Maybe ActionRemoteIpDetails) Source #
Information about the remote IP address that issued the network connection request.
networkConnectionAction_protocol :: Lens' NetworkConnectionAction (Maybe Text) Source #
The protocol used to make the network connection request.
networkConnectionAction_remotePortDetails :: Lens' NetworkConnectionAction (Maybe ActionRemotePortDetails) Source #
Information about the port on the remote IP address.
networkConnectionAction_blocked :: Lens' NetworkConnectionAction (Maybe Bool) Source #
Indicates whether the network connection attempt was blocked.
networkConnectionAction_connectionDirection :: Lens' NetworkConnectionAction (Maybe Text) Source #
The direction of the network connection request (IN
or OUT
).
networkConnectionAction_localPortDetails :: Lens' NetworkConnectionAction (Maybe ActionLocalPortDetails) Source #
Information about the port on the EC2 instance.