ContainerRecommendation

The CPU and memory recommendations for a container 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 recommended number of CPU units reserved for the container.

Link copied to clipboard

The recommended 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