Class: Aws::SecurityHub::Types::NetworkConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NetworkConnection
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about the network connection involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty enabled. For more information, see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direction ⇒ String
The direction in which the network traffic is flowing.
Instance Attribute Details
#direction ⇒ String
The direction in which the network traffic is flowing.
26167 26168 26169 26170 26171 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26167 class NetworkConnection < Struct.new( :direction) SENSITIVE = [] include Aws::Structure end |