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.NetworkPathComponentDetails

Description

 
Synopsis

Documentation

data NetworkPathComponentDetails Source #

Information about the destination of the next component in the network path.

See: newNetworkPathComponentDetails smart constructor.

Constructors

NetworkPathComponentDetails' 

Fields

Instances

Instances details
Eq NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

Read NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

Show NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

Generic NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

Associated Types

type Rep NetworkPathComponentDetails :: Type -> Type #

NFData NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

Hashable NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

ToJSON NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

FromJSON NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

type Rep NetworkPathComponentDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkPathComponentDetails

type Rep NetworkPathComponentDetails = D1 ('MetaData "NetworkPathComponentDetails" "Amazonka.SecurityHub.Types.NetworkPathComponentDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "NetworkPathComponentDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortRange])) :*: S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newNetworkPathComponentDetails :: NetworkPathComponentDetails Source #

Create a value of NetworkPathComponentDetails 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:portRanges:NetworkPathComponentDetails', networkPathComponentDetails_portRanges - A list of port ranges for the destination.

$sel:address:NetworkPathComponentDetails', networkPathComponentDetails_address - The IP addresses of the destination.