Filter

class Filter

Describes a filter that returns a more specific list of recommendations. Filters recommendations by different dimensions.

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 action you can take by adopting the recommendation.

Link copied to clipboard

The effort required to implement the recommendation.

Link copied to clipboard

The IDs for the recommendations.

Link copied to clipboard

The Amazon Web Services Region of the resource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recommendation.

Link copied to clipboard

The resource ID of the recommendation.

Link copied to clipboard

The resource type of 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
val tags: List<Tag>?

A list of tags assigned to the recommendation.

Functions

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