NetworkConnectionAction
Provided if ActionType
is NETWORK_CONNECTION
. It provides
details about the attempted network connection that was detected.
Contents
- Blocked
-
Indicates whether the network connection attempt was blocked.
Type: Boolean
Required: No
- ConnectionDirection
-
The direction of the network connection request (
IN
orOUT
).Type: String
Pattern:
.*\S.*
Required: No
- LocalPortDetails
-
Information about the port on the EC2 instance.
Type: ActionLocalPortDetails object
Required: No
- Protocol
-
The protocol used to make the network connection request.
Length Constraints: Minimum length of 1. Maximum length of 64.
Type: String
Pattern:
.*\S.*
Required: No
- RemoteIpDetails
-
Information about the remote IP address that issued the network connection request.
Type: ActionRemoteIpDetails object
Required: No
- RemotePortDetails
-
Information about the port on the remote IP address.
Type: ActionRemotePortDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: