libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.Network

Description

 
Synopsis

Documentation

data Network Source #

The details of network-related information about a finding.

See: newNetwork smart constructor.

Constructors

Network' 

Fields

Instances

Instances details
Eq Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

Methods

(==) :: Network -> Network -> Bool #

(/=) :: Network -> Network -> Bool #

Read Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

Show Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

Generic Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

Associated Types

type Rep Network :: Type -> Type #

Methods

from :: Network -> Rep Network x #

to :: Rep Network x -> Network #

NFData Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

Methods

rnf :: Network -> () #

Hashable Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

Methods

hashWithSalt :: Int -> Network -> Int #

hash :: Network -> Int #

ToJSON Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

FromJSON Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

type Rep Network Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Network

type Rep Network = D1 ('MetaData "Network" "Amazonka.SecurityHub.Types.Network" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Network'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "destinationDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourcePort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "openPortRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortRange)))) :*: (S1 ('MetaSel ('Just "sourceMac") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "direction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkDirection)) :*: S1 ('MetaSel ('Just "destinationIpV6") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceIpV6") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationIpV4") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "sourceDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sourceIpV4") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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.

network_destinationPort :: Lens' Network (Maybe Int) Source #

The destination port of network-related information about a finding.

network_sourceIpV4 :: Lens' Network (Maybe Text) Source #

The source IPv4 address of network-related information about a finding.