contactIds

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


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