contactIds

@JvmName(name = "kdawdwomqbqbymyy")
suspend fun contactIds(value: Output<List<String>>)
@JvmName(name = "vnyyojkqjwsprmbx")
suspend fun contactIds(value: List<String>?)

Parameters

value

The ids of subscribed contacts. NOTE: There is a potential diff error because of the order of contact_ids values indefinite. So, from version 1.161.0, contact_ids type has been updated as set from list, and you can use tolist to convert it to a list.


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


@JvmName(name = "pobvcmahhsqcfxwm")
suspend fun contactIds(values: List<Output<String>>)
@JvmName(name = "ckjsgjvsjmhportp")
suspend fun contactIds(vararg values: String)

Parameters

values

The ids of subscribed contacts. NOTE: There is a potential diff error because of the order of contact_ids values indefinite. So, from version 1.161.0, contact_ids type has been updated as set from list, and you can use tolist to convert it to a list.