| 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.NetworkPathComponentDetails
Description
Synopsis
- data NetworkPathComponentDetails = NetworkPathComponentDetails' {}
- newNetworkPathComponentDetails :: NetworkPathComponentDetails
- networkPathComponentDetails_portRanges :: Lens' NetworkPathComponentDetails (Maybe [PortRange])
- networkPathComponentDetails_address :: Lens' NetworkPathComponentDetails (Maybe [Text])
Documentation
data NetworkPathComponentDetails Source #
Information about the destination of the next component in the network path.
See: newNetworkPathComponentDetails smart constructor.
Constructors
| NetworkPathComponentDetails' | |
Instances
newNetworkPathComponentDetails :: NetworkPathComponentDetails Source #
Create a value of NetworkPathComponentDetails 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:portRanges:NetworkPathComponentDetails', networkPathComponentDetails_portRanges - A list of port ranges for the destination.
$sel:address:NetworkPathComponentDetails', networkPathComponentDetails_address - The IP addresses of the destination.
networkPathComponentDetails_portRanges :: Lens' NetworkPathComponentDetails (Maybe [PortRange]) Source #
A list of port ranges for the destination.
networkPathComponentDetails_address :: Lens' NetworkPathComponentDetails (Maybe [Text]) Source #
The IP addresses of the destination.