contactIds

@JvmName(name = "hgwrxxobgnpowkfi")
suspend fun contactIds(value: Output<List<String>>)
@JvmName(name = "bkpluthlluwqihgg")
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 = "awnadiochglmgdib")
suspend fun contactIds(vararg values: Output<String>)


@JvmName(name = "coutchervkxnvktu")
suspend fun contactIds(values: List<Output<String>>)
@JvmName(name = "rwoyuwvmmjtoqxch")
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.