attachmentsSources

@JvmName(name = "rdmjcscemxgtpyss")
suspend fun attachmentsSources(value: Output<List<DocumentAttachmentsSourceArgs>>)
@JvmName(name = "oxhywcjlaxdpgpgo")
suspend fun attachmentsSources(value: List<DocumentAttachmentsSourceArgs>?)

Parameters

value

One or more configuration blocks describing attachments sources to a version of a document. See attachments_source block below for details.


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


@JvmName(name = "qiowqodaiyenwrpy")
suspend fun attachmentsSources(values: List<Output<DocumentAttachmentsSourceArgs>>)
@JvmName(name = "uwdnniltshusmnhp")
suspend fun attachmentsSources(vararg values: DocumentAttachmentsSourceArgs)

Parameters

values

One or more configuration blocks describing attachments sources to a version of a document. See attachments_source block below for details.


@JvmName(name = "cfvkdtcuystqqfma")
suspend fun attachmentsSources(argument: List<suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit>)
@JvmName(name = "cxjcstgjppbqnfcw")
suspend fun attachmentsSources(vararg argument: suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit)
@JvmName(name = "bfxpdgagjrlnmdin")
suspend fun attachmentsSources(argument: suspend DocumentAttachmentsSourceArgsBuilder.() -> Unit)

Parameters

argument

One or more configuration blocks describing attachments sources to a version of a document. See attachments_source block below for details.