excludedInstanceTypes

@JvmName(name = "fskgoqtrgfmqlxmp")
suspend fun excludedInstanceTypes(value: Output<List<String>>)
@JvmName(name = "fqctlwxlyvvnysnt")
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 = "ohweryqqswderkjv")
suspend fun excludedInstanceTypes(vararg values: Output<String>)


@JvmName(name = "esyrihnbuqguwjdq")
suspend fun excludedInstanceTypes(values: List<Output<String>>)
@JvmName(name = "pkxwqlbscifpehbh")
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.