ImportFileArgs

data class ImportFileArgs(val content: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ImportFileArgs>

Constructors

Link copied to clipboard
fun ImportFileArgs(content: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

The contents of the file.

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

The name of the file.