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 |
Documentation
data PortProbeAction Source #
Contains information about the PORT_PROBE action described in the finding.
See: newPortProbeAction
smart constructor.
PortProbeAction' | |
|
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
- A list of objects related to port probe details.
$sel:blocked:PortProbeAction'
, portProbeAction_blocked
- Indicates whether EC2 blocked the port probe to the instance, such as
with an ACL.
portProbeAction_portProbeDetails :: Lens' PortProbeAction (Maybe [PortProbeDetail]) Source #
A list of objects related to port probe details.
portProbeAction_blocked :: Lens' PortProbeAction (Maybe Bool) Source #
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.