RecommendationPreferencesPreferredResourceArgs

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

Constructors

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

Properties

Link copied to clipboard
val excludeLists: Output<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: Output<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
val name: Output<String>

Functions

Link copied to clipboard
open override fun toJava(): RecommendationPreferencesPreferredResourceArgs