NetworkBinding
public struct NetworkBinding : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IP address that the container is bound to on the container instance.
Declaration
Swift
public let bindIP: String?
-
The port number on the container that is used with the network binding.
Declaration
Swift
public let containerPort: Int?
-
The port number on the host that is used with the network binding.
Declaration
Swift
public let hostPort: Int?
-
The protocol used for the network binding.
Declaration
Swift
public let `protocol`: TransportProtocol?
-
Undocumented
Declaration
Swift
public init(bindIP: String? = nil, containerPort: Int? = nil, hostPort: Int? = nil, protocol: TransportProtocol? = nil)