NetworkConnectionAction
public struct NetworkConnectionAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether EC2 blocked the network connection to your instance.
Declaration
Swift
public let blocked: Bool?
-
The network connection direction.
Declaration
Swift
public let connectionDirection: String?
-
The local IP information of the connection.
Declaration
Swift
public let localIpDetails: LocalIpDetails?
-
The local port information of the connection.
Declaration
Swift
public let localPortDetails: LocalPortDetails?
-
The network connection protocol.
Declaration
Swift
public let `protocol`: String?
-
The remote IP information of the connection.
Declaration
Swift
public let remoteIpDetails: RemoteIpDetails?
-
The remote port information of the connection.
Declaration
Swift
public let remotePortDetails: RemotePortDetails?
-
init(blocked:connectionDirection:localIpDetails:localPortDetails:protocol:remoteIpDetails:remotePortDetails:)
Undocumented
Declaration
Swift
public init(blocked: Bool? = nil, connectionDirection: String? = nil, localIpDetails: LocalIpDetails? = nil, localPortDetails: LocalPortDetails? = nil, protocol: String? = nil, remoteIpDetails: RemoteIpDetails? = nil, remotePortDetails: RemotePortDetails? = nil)