RecommendationPreferencesPreferredResource

data class RecommendationPreferencesPreferredResource(val excludeLists: List<String>? = null, val includeLists: List<String>? = null, val name: String)

Constructors

constructor(excludeLists: List<String>? = null, includeLists: List<String>? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val excludeLists: List<String>? = null

The preferred resource type values to exclude from the recommendation candidates. If this isn’t specified, all supported resources are included by default.

Link copied to clipboard
val includeLists: List<String>? = null

The preferred resource type values to include in the recommendation candidates. You can specify the exact resource type value, such as "m5.large", or use wild card expressions, such as "m5". If this isn’t specified, all supported resources are included by default.

Link copied to clipboard