inputAttachments

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "uffhcbbjeaywiqgq")
suspend fun inputAttachments(argument: List<suspend ChannelInputAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "sjhixpjcbyvxmyfl")
suspend fun inputAttachments(vararg argument: suspend ChannelInputAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "dkwlbplpgmpdcvay")
suspend fun inputAttachments(argument: suspend ChannelInputAttachmentArgsBuilder.() -> Unit)

Parameters

argument

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