attachments

@JvmName(name = "tjpkdooahmepywfn")
suspend fun attachments(value: Output<List<DocumentAttachmentsSourceArgs>>)
@JvmName(name = "cgjffrqapuscslkt")
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 = "qplvppfcsreqcsjn")
suspend fun attachments(vararg values: Output<DocumentAttachmentsSourceArgs>)


@JvmName(name = "vmwvvylpnolnmoia")
suspend fun attachments(values: List<Output<DocumentAttachmentsSourceArgs>>)
@JvmName(name = "oodkpbllmikhrqkj")
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 = "pqkekxxvytdixgok")
suspend fun attachments(argument: List<suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit>)
@JvmName(name = "tbdbaagjjfldptwb")
suspend fun attachments(vararg argument: suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit)
@JvmName(name = "utwtoixmbbiopqql")
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.