| 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.NetworkPathComponent
Description
Synopsis
- data NetworkPathComponent = NetworkPathComponent' {}
- newNetworkPathComponent :: NetworkPathComponent
- networkPathComponent_componentType :: Lens' NetworkPathComponent (Maybe Text)
- networkPathComponent_ingress :: Lens' NetworkPathComponent (Maybe NetworkHeader)
- networkPathComponent_componentId :: Lens' NetworkPathComponent (Maybe Text)
- networkPathComponent_egress :: Lens' NetworkPathComponent (Maybe NetworkHeader)
Documentation
data NetworkPathComponent Source #
Information about a network path component.
See: newNetworkPathComponent smart constructor.
Constructors
| NetworkPathComponent' | |
Fields
| |
Instances
newNetworkPathComponent :: NetworkPathComponent Source #
Create a value of NetworkPathComponent 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:componentType:NetworkPathComponent', networkPathComponent_componentType - The type of component.
$sel:ingress:NetworkPathComponent', networkPathComponent_ingress - Information about the component that comes before the current node in
the network path.
$sel:componentId:NetworkPathComponent', networkPathComponent_componentId - The identifier of a component in the network path.
$sel:egress:NetworkPathComponent', networkPathComponent_egress - Information about the component that comes after the current component
in the network path.
networkPathComponent_componentType :: Lens' NetworkPathComponent (Maybe Text) Source #
The type of component.
networkPathComponent_ingress :: Lens' NetworkPathComponent (Maybe NetworkHeader) Source #
Information about the component that comes before the current node in the network path.
networkPathComponent_componentId :: Lens' NetworkPathComponent (Maybe Text) Source #
The identifier of a component in the network path.
networkPathComponent_egress :: Lens' NetworkPathComponent (Maybe NetworkHeader) Source #
Information about the component that comes after the current component in the network path.