EcsServiceRecommendationOption

Describes the recommendation options for an Amazon ECS service.

Types

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

Properties

Link copied to clipboard

The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.

Link copied to clipboard
val cpu: Int?

The CPU size of the Amazon ECS service recommendation option.

Link copied to clipboard
val memory: Int?

The memory size of the Amazon ECS service recommendation option.

Link copied to clipboard

An array of objects that describe the projected utilization metrics of the Amazon ECS service recommendation option.

Link copied to clipboard

Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.

Link copied to clipboard

Describes the savings opportunity for Amazon ECS service recommendations or for the recommendation option.

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