instanceIds

@JvmName(name = "jvgenmlhmscwvppn")
suspend fun instanceIds(value: Output<List<String>>)
@JvmName(name = "ipwadxfbmwjyxved")
suspend fun instanceIds(value: List<String>?)

Parameters

value

A collection of instance IDs, valid only if resourceMode is instanceMode. Only instances whose instance ID is in the instance ID collection are collected.


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


@JvmName(name = "vccldmykxkhdfgnw")
suspend fun instanceIds(values: List<Output<String>>)
@JvmName(name = "mogtkudkxxqguevm")
suspend fun instanceIds(vararg values: String)

Parameters

values

A collection of instance IDs, valid only if resourceMode is instanceMode. Only instances whose instance ID is in the instance ID collection are collected.