DocumentAttachmentsSourceArgs

data class DocumentAttachmentsSourceArgs(val key: Output<String>, val name: Output<String>? = null, val values: Output<List<String>>) : ConvertibleToJava<DocumentAttachmentsSourceArgs>

Constructors

Link copied to clipboard
fun DocumentAttachmentsSourceArgs(key: Output<String>, name: Output<String>? = null, values: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): DocumentAttachmentsSourceArgs

Properties

Link copied to clipboard
val key: Output<String>

The key describing the location of an attachment to a document. Valid key types include: SourceUrl and S3FileUrl

Link copied to clipboard
val name: Output<String>? = null

The name of the document attachment file

Link copied to clipboard
val values: Output<List<String>>

The value describing the location of an attachment to a document