| 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.ActionRemotePortDetails
Description
Documentation
data ActionRemotePortDetails Source #
Provides information about the remote port that was involved in an attempted network connection.
See: newActionRemotePortDetails smart constructor.
Constructors
| ActionRemotePortDetails' | |
Instances
newActionRemotePortDetails :: ActionRemotePortDetails Source #
Create a value of ActionRemotePortDetails 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:portName:ActionRemotePortDetails', actionRemotePortDetails_portName - The port name of the remote connection.
$sel:port:ActionRemotePortDetails', actionRemotePortDetails_port - The number of the port.
actionRemotePortDetails_portName :: Lens' ActionRemotePortDetails (Maybe Text) Source #
The port name of the remote connection.
actionRemotePortDetails_port :: Lens' ActionRemotePortDetails (Maybe Int) Source #
The number of the port.