NetworkBinding

Details on the network bindings between a container and its host container instance. After a task reaches the RUNNING status, manual and automatic host and container port assignments are visible in the networkBindings section of DescribeTasks API responses.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address that the container is bound to on the container instance.

Link copied to clipboard

The port number on the container that's used with the network binding.

Link copied to clipboard

The port number range on the container that's bound to the dynamically mapped host port range.

Link copied to clipboard

The port number on the host that's used with the network binding.

Link copied to clipboard

The port number range on the host that's used with the network binding. This is assigned is assigned by Docker and delivered by the Amazon ECS agent.

Link copied to clipboard

The protocol used for the network binding.

Functions

Link copied to clipboard
inline fun copy(block: NetworkBinding.Builder.() -> Unit = {}): NetworkBinding
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String