ContainerGroupDefinitionContainerPortRange

A set of one or more port numbers that can be opened on the container.

Constructors

constructor(fromPort: Int, protocol: ContainerGroupDefinitionContainerPortRangeProtocol, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A starting value for the range of allowed port numbers.

Link copied to clipboard

Defines the protocol of these ports.

Link copied to clipboard
val toPort: Int

An ending value for the range of allowed port numbers. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.