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
constructor(key: Output<String>, name: Output<String>? = null, values: Output<List<String>>)

Properties

Link copied to clipboard
val key: Output<String>

The key of a key-value pair that identifies the location of an attachment to the document. Valid values: SourceUrl, S3FileUrl, AttachmentReference.

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 of a key-value pair that identifies the location of an attachment to the document. The argument format is a list of a single string that depends on the type of key you specify - see the API Reference for details.

Functions

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