attachments

@JvmName(name = "trkibuekeaibgcyn")
suspend fun attachments(value: Output<List<DocumentAttachmentsSourceArgs>>)
@JvmName(name = "rsempvpnnbelqfji")
suspend fun attachments(value: List<DocumentAttachmentsSourceArgs>?)

Parameters

value

A list of key and value pairs that describe attachments to a version of a document.


@JvmName(name = "ynnxyhtgwgsajrqu")
suspend fun attachments(vararg values: Output<DocumentAttachmentsSourceArgs>)


@JvmName(name = "yhkyxfjyvvvdgpyi")
suspend fun attachments(values: List<Output<DocumentAttachmentsSourceArgs>>)
@JvmName(name = "eiupqyaxaeysdxdh")
suspend fun attachments(vararg values: DocumentAttachmentsSourceArgs)

Parameters

values

A list of key and value pairs that describe attachments to a version of a document.


@JvmName(name = "bkjlfunenxexcpdi")
suspend fun attachments(argument: List<suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit>)
@JvmName(name = "xkgkvvvdmadjjfck")
suspend fun attachments(vararg argument: suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit)
@JvmName(name = "ngifkokhriuwpdfs")
suspend fun attachments(argument: suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit)

Parameters

argument

A list of key and value pairs that describe attachments to a version of a document.