excludedInstanceTypes

@JvmName(name = "baieelxvvhyptnru")
suspend fun excludedInstanceTypes(value: Output<List<String>>)
@JvmName(name = "jthpulyvaeiyxffr")
suspend fun excludedInstanceTypes(value: List<String>?)

Parameters

value

Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.


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


@JvmName(name = "xoysbdbhppnhxpbe")
suspend fun excludedInstanceTypes(values: List<Output<String>>)
@JvmName(name = "quaxjhthakopgehn")
suspend fun excludedInstanceTypes(vararg values: String)

Parameters

values

Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.