AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the NETWORK_CONNECTION action described in the finding.

Inheritance Hierarchy

System.Object
  Amazon.GuardDuty.Model.NetworkConnectionAction

Namespace: Amazon.GuardDuty.Model
Assembly: AWSSDK.GuardDuty.dll
Version: 3.x.y.z

Syntax

C#
public class NetworkConnectionAction

The NetworkConnectionAction type exposes the following members

Constructors

NameDescription
Public Method NetworkConnectionAction()

Properties

NameTypeDescription
Public Property Blocked System.Boolean

Gets and sets the property Blocked.

Indicates whether EC2 blocked the network connection to your instance.

Public Property ConnectionDirection System.String

Gets and sets the property ConnectionDirection.

The network connection direction.

Public Property LocalIpDetails Amazon.GuardDuty.Model.LocalIpDetails

Gets and sets the property LocalIpDetails.

The local IP information of the connection.

Public Property LocalPortDetails Amazon.GuardDuty.Model.LocalPortDetails

Gets and sets the property LocalPortDetails.

The local port information of the connection.

Public Property Protocol System.String

Gets and sets the property Protocol.

The network connection protocol.

Public Property RemoteIpDetails Amazon.GuardDuty.Model.RemoteIpDetails

Gets and sets the property RemoteIpDetails.

The remote IP information of the connection.

Public Property RemotePortDetails Amazon.GuardDuty.Model.RemotePortDetails

Gets and sets the property RemotePortDetails.

The remote port information of the connection.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5