amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.NetworkReachabilityDetails

Description

 
Synopsis

Documentation

data NetworkReachabilityDetails Source #

Contains the details of a network reachability finding.

See: newNetworkReachabilityDetails smart constructor.

Constructors

NetworkReachabilityDetails' 

Fields

Instances

Instances details
FromJSON NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

Generic NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

Associated Types

type Rep NetworkReachabilityDetails :: Type -> Type #

Read NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

Show NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

NFData NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

Eq NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

Hashable NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

type Rep NetworkReachabilityDetails Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkReachabilityDetails

type Rep NetworkReachabilityDetails = D1 ('MetaData "NetworkReachabilityDetails" "Amazonka.Inspector2.Types.NetworkReachabilityDetails" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "NetworkReachabilityDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkPath) :*: (S1 ('MetaSel ('Just "openPortRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PortRange) :*: S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkProtocol))))

newNetworkReachabilityDetails Source #

Create a value of NetworkReachabilityDetails 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:networkPath:NetworkReachabilityDetails', networkReachabilityDetails_networkPath - An object that contains details about a network path associated with a finding.

$sel:openPortRange:NetworkReachabilityDetails', networkReachabilityDetails_openPortRange - An object that contains details about the open port range associated with a finding.

$sel:protocol:NetworkReachabilityDetails', networkReachabilityDetails_protocol - The protocol associated with a finding.

networkReachabilityDetails_networkPath :: Lens' NetworkReachabilityDetails NetworkPath Source #

An object that contains details about a network path associated with a finding.

networkReachabilityDetails_openPortRange :: Lens' NetworkReachabilityDetails PortRange Source #

An object that contains details about the open port range associated with a finding.