Recommendation

Describes a recommendation.

Types

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

Properties

Link copied to clipboard

The account to which the recommendation applies.

Link copied to clipboard

The type of tasks that can be carried out by this action.

Link copied to clipboard

The currency code used for the recommendation.

Link copied to clipboard

Describes the current resource.

Link copied to clipboard

The current resource type.

Link copied to clipboard

The estimated monthly cost of the current resource. For Reserved Instances and Savings Plans, it refers to the cost for eligible usage.

Link copied to clipboard

The estimated monthly savings amount for the recommendation.

Link copied to clipboard

The estimated savings percentage relative to the total cost over the cost calculation lookback period.

Link copied to clipboard

The effort required to implement the recommendation.

Link copied to clipboard

The time when the recommendation was last generated.

Link copied to clipboard

The ID for the recommendation.

Link copied to clipboard

The lookback period that's used to generate the recommendation.

Link copied to clipboard

Describes the recommended resource.

Link copied to clipboard

The recommended resource type.

Link copied to clipboard

The Amazon Web Services Region of the resource.

Link copied to clipboard

The Amazon Resource Name (ARN) for the recommendation.

Link copied to clipboard

The resource ID for the recommendation.

Link copied to clipboard

Whether or not implementing the recommendation requires a restart.

Link copied to clipboard

Whether or not implementing the recommendation can be rolled back.

Link copied to clipboard

The source of the recommendation.

Link copied to clipboard
val tags: List<Tag>?

A list of tags assigned to the recommendation.

Functions

Link copied to clipboard
inline fun copy(block: Recommendation.Builder.() -> Unit = {}): Recommendation
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