ContainerConfiguration

Describes the container configurations within the tasks of your Amazon ECS service.

Types

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

Properties

Link copied to clipboard

The name of the container.

Link copied to clipboard
val cpu: Int?

The number of CPU units reserved for the container.

Link copied to clipboard

The memory size configurations for the container.

Functions

Link copied to clipboard
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