| 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.NetworkReachabilityDetails
Description
Synopsis
- data NetworkReachabilityDetails = NetworkReachabilityDetails' {}
- newNetworkReachabilityDetails :: NetworkPath -> PortRange -> NetworkProtocol -> NetworkReachabilityDetails
- networkReachabilityDetails_networkPath :: Lens' NetworkReachabilityDetails NetworkPath
- networkReachabilityDetails_openPortRange :: Lens' NetworkReachabilityDetails PortRange
- networkReachabilityDetails_protocol :: Lens' NetworkReachabilityDetails NetworkProtocol
Documentation
data NetworkReachabilityDetails Source #
Contains the details of a network reachability finding.
See: newNetworkReachabilityDetails smart constructor.
Constructors
| NetworkReachabilityDetails' | |
Fields
| |
Instances
newNetworkReachabilityDetails Source #
Arguments
| :: NetworkPath | |
| -> PortRange | |
| -> NetworkProtocol | |
| -> NetworkReachabilityDetails |
Create a value of NetworkReachabilityDetails 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:networkPath:NetworkReachabilityDetails', networkReachabilityDetails_networkPath - An object that contains details about a network path associated with a
finding.
$sel:openPortRange:NetworkReachabilityDetails', networkReachabilityDetails_openPortRange - An object that contains details about the open port range associated
with a finding.
$sel:protocol:NetworkReachabilityDetails', networkReachabilityDetails_protocol - The protocol associated with a finding.
networkReachabilityDetails_networkPath :: Lens' NetworkReachabilityDetails NetworkPath Source #
An object that contains details about a network path associated with a finding.
networkReachabilityDetails_openPortRange :: Lens' NetworkReachabilityDetails PortRange Source #
An object that contains details about the open port range associated with a finding.
networkReachabilityDetails_protocol :: Lens' NetworkReachabilityDetails NetworkProtocol Source #
The protocol associated with a finding.