inputAttachments

@JvmName(name = "wriyxvgdicywymeh")
suspend fun inputAttachments(value: Output<List<ChannelInputAttachmentArgs>>)
@JvmName(name = "rtcgqbaoqlcumkyk")
suspend fun inputAttachments(value: List<ChannelInputAttachmentArgs>?)

Parameters

value

Input attachments for the channel. See Input Attachments for more details.


@JvmName(name = "pslneuljtwupdwys")
suspend fun inputAttachments(vararg values: Output<ChannelInputAttachmentArgs>)


@JvmName(name = "afkyfkprqrgasfbx")
suspend fun inputAttachments(values: List<Output<ChannelInputAttachmentArgs>>)
@JvmName(name = "bbpirqkxxydkkday")
suspend fun inputAttachments(vararg values: ChannelInputAttachmentArgs)

Parameters

values

Input attachments for the channel. See Input Attachments for more details.


@JvmName(name = "iupygokmylcifjjp")
suspend fun inputAttachments(argument: List<suspend ChannelInputAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "uqpdautaxicwmsou")
suspend fun inputAttachments(vararg argument: suspend ChannelInputAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "wlbyfirjcqqvcgec")
suspend fun inputAttachments(argument: suspend ChannelInputAttachmentArgsBuilder.() -> Unit)

Parameters

argument

Input attachments for the channel. See Input Attachments for more details.