excludedInstanceTypes

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


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