includeLists

@JvmName(name = "rjwtikfovbbvwusu")
suspend fun includeLists(value: Output<List<String>>)
@JvmName(name = "fbmpgwfebsarltmt")
suspend fun includeLists(value: List<String>?)

Parameters

value

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.


@JvmName(name = "fkjdahujkkywjnxy")
suspend fun includeLists(vararg values: Output<String>)


@JvmName(name = "dhvqdvfwtrhdppgq")
suspend fun includeLists(values: List<Output<String>>)
@JvmName(name = "vpqoujrddobxbyfh")
suspend fun includeLists(vararg values: String)

Parameters

values

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.