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 |
Synopsis
- data Network = Network' {
- destinationDomain :: Maybe Text
- sourcePort :: Maybe Int
- openPortRange :: Maybe PortRange
- sourceMac :: Maybe Text
- direction :: Maybe NetworkDirection
- destinationIpV6 :: Maybe Text
- protocol :: Maybe Text
- sourceIpV6 :: Maybe Text
- destinationIpV4 :: Maybe Text
- sourceDomain :: Maybe Text
- destinationPort :: Maybe Int
- sourceIpV4 :: Maybe Text
- newNetwork :: Network
- network_destinationDomain :: Lens' Network (Maybe Text)
- network_sourcePort :: Lens' Network (Maybe Int)
- network_openPortRange :: Lens' Network (Maybe PortRange)
- network_sourceMac :: Lens' Network (Maybe Text)
- network_direction :: Lens' Network (Maybe NetworkDirection)
- network_destinationIpV6 :: Lens' Network (Maybe Text)
- network_protocol :: Lens' Network (Maybe Text)
- network_sourceIpV6 :: Lens' Network (Maybe Text)
- network_destinationIpV4 :: Lens' Network (Maybe Text)
- network_sourceDomain :: Lens' Network (Maybe Text)
- network_destinationPort :: Lens' Network (Maybe Int)
- network_sourceIpV4 :: Lens' Network (Maybe Text)
Documentation
The details of network-related information about a finding.
See: newNetwork
smart constructor.
Network' | |
|
Instances
newNetwork :: Network Source #
Create a value of Network
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:destinationDomain:Network'
, network_destinationDomain
- The destination domain of network-related information about a finding.
$sel:sourcePort:Network'
, network_sourcePort
- The source port of network-related information about a finding.
$sel:openPortRange:Network'
, network_openPortRange
- The range of open ports that is present on the network.
$sel:sourceMac:Network'
, network_sourceMac
- The source media access control (MAC) address of network-related
information about a finding.
$sel:direction:Network'
, network_direction
- The direction of network traffic associated with a finding.
$sel:destinationIpV6:Network'
, network_destinationIpV6
- The destination IPv6 address of network-related information about a
finding.
$sel:protocol:Network'
, network_protocol
- The protocol of network-related information about a finding.
$sel:sourceIpV6:Network'
, network_sourceIpV6
- The source IPv6 address of network-related information about a finding.
$sel:destinationIpV4:Network'
, network_destinationIpV4
- The destination IPv4 address of network-related information about a
finding.
$sel:sourceDomain:Network'
, network_sourceDomain
- The source domain of network-related information about a finding.
$sel:destinationPort:Network'
, network_destinationPort
- The destination port of network-related information about a finding.
$sel:sourceIpV4:Network'
, network_sourceIpV4
- The source IPv4 address of network-related information about a finding.
network_destinationDomain :: Lens' Network (Maybe Text) Source #
The destination domain of network-related information about a finding.
network_sourcePort :: Lens' Network (Maybe Int) Source #
The source port of network-related information about a finding.
network_openPortRange :: Lens' Network (Maybe PortRange) Source #
The range of open ports that is present on the network.
network_sourceMac :: Lens' Network (Maybe Text) Source #
The source media access control (MAC) address of network-related information about a finding.
network_direction :: Lens' Network (Maybe NetworkDirection) Source #
The direction of network traffic associated with a finding.
network_destinationIpV6 :: Lens' Network (Maybe Text) Source #
The destination IPv6 address of network-related information about a finding.
network_protocol :: Lens' Network (Maybe Text) Source #
The protocol of network-related information about a finding.
network_sourceIpV6 :: Lens' Network (Maybe Text) Source #
The source IPv6 address of network-related information about a finding.
network_destinationIpV4 :: Lens' Network (Maybe Text) Source #
The destination IPv4 address of network-related information about a finding.
network_sourceDomain :: Lens' Network (Maybe Text) Source #
The source domain of network-related information about a finding.