data class ContainerUploadArgs(val content: Output<String>? = null, val contentBase64: Output<String>? = null, val executable: Output<Boolean>? = null, val file: Output<String>, val source: Output<String>? = null, val sourceHash: Output<String>? = null) : ConvertibleToJava<ContainerUploadArgs>
A filename that references a file which will be uploaded as the object content. This allows for large file uploads that do not get stored in state. Conflicts with content&content_base64