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

Description

 
Synopsis

Documentation

data NetworkConnectionAction Source #

Provided if ActionType is NETWORK_CONNECTION. It provides details about the attempted network connection that was detected.

See: newNetworkConnectionAction smart constructor.

Constructors

NetworkConnectionAction' 

Fields

Instances

Instances details
Eq NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

Read NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

Show NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

Generic NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

Associated Types

type Rep NetworkConnectionAction :: Type -> Type #

NFData NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

Methods

rnf :: NetworkConnectionAction -> () #

Hashable NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

ToJSON NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

FromJSON NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

type Rep NetworkConnectionAction Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NetworkConnectionAction

type Rep NetworkConnectionAction = D1 ('MetaData "NetworkConnectionAction" "Amazonka.SecurityHub.Types.NetworkConnectionAction" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "NetworkConnectionAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "remoteIpDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionRemoteIpDetails)) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "remotePortDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionRemotePortDetails)))) :*: (S1 ('MetaSel ('Just "blocked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "connectionDirection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localPortDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionLocalPortDetails))))))

newNetworkConnectionAction :: NetworkConnectionAction Source #

Create a value of NetworkConnectionAction 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:remoteIpDetails:NetworkConnectionAction', networkConnectionAction_remoteIpDetails - Information about the remote IP address that issued the network connection request.

$sel:protocol:NetworkConnectionAction', networkConnectionAction_protocol - The protocol used to make the network connection request.

$sel:remotePortDetails:NetworkConnectionAction', networkConnectionAction_remotePortDetails - Information about the port on the remote IP address.

$sel:blocked:NetworkConnectionAction', networkConnectionAction_blocked - Indicates whether the network connection attempt was blocked.

$sel:connectionDirection:NetworkConnectionAction', networkConnectionAction_connectionDirection - The direction of the network connection request (IN or OUT).

$sel:localPortDetails:NetworkConnectionAction', networkConnectionAction_localPortDetails - Information about the port on the EC2 instance.

networkConnectionAction_remoteIpDetails :: Lens' NetworkConnectionAction (Maybe ActionRemoteIpDetails) Source #

Information about the remote IP address that issued the network connection request.

networkConnectionAction_protocol :: Lens' NetworkConnectionAction (Maybe Text) Source #

The protocol used to make the network connection request.

networkConnectionAction_blocked :: Lens' NetworkConnectionAction (Maybe Bool) Source #

Indicates whether the network connection attempt was blocked.

networkConnectionAction_connectionDirection :: Lens' NetworkConnectionAction (Maybe Text) Source #

The direction of the network connection request (IN or OUT).