ServiceConfiguration

The Amazon ECS service configurations used for recommendations.

Types

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

Properties

Link copied to clipboard

Describes the Auto Scaling configuration methods for an Amazon ECS service. This affects the generated recommendations. For example, if Auto Scaling is configured on a service’s CPU, then Compute Optimizer doesn’t generate CPU size recommendations.

Link copied to clipboard

The container configurations within a task of an Amazon ECS service.

Link copied to clipboard
val cpu: Int?

The number of CPU units used by the tasks in the Amazon ECS service.

Link copied to clipboard
val memory: Int?

The amount of memory used by the tasks in the Amazon ECS service.

Link copied to clipboard

The task definition ARN used by the tasks in the Amazon ECS service.

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