| 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 |
Amazonka.SecurityHub.Types.PortProbeAction
Description
Documentation
data PortProbeAction Source #
Provided if ActionType is PORT_PROBE. It provides details about the
attempted port probe that was detected.
See: newPortProbeAction smart constructor.
Constructors
| PortProbeAction' | |
Fields
| |
Instances
newPortProbeAction :: PortProbeAction Source #
Create a value of PortProbeAction 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:portProbeDetails:PortProbeAction', portProbeAction_portProbeDetails - Information about the ports affected by the port probe.
$sel:blocked:PortProbeAction', portProbeAction_blocked - Indicates whether the port probe was blocked.
portProbeAction_portProbeDetails :: Lens' PortProbeAction (Maybe [PortProbeDetail]) Source #
Information about the ports affected by the port probe.
portProbeAction_blocked :: Lens' PortProbeAction (Maybe Bool) Source #
Indicates whether the port probe was blocked.