DatasetJsonHttpServerLocationArgs

data class DatasetJsonHttpServerLocationArgs(val dynamicFilenameEnabled: Output<Boolean>? = null, val dynamicPathEnabled: Output<Boolean>? = null, val filename: Output<String>, val path: Output<String>, val relativeUrl: Output<String>) : ConvertibleToJava<DatasetJsonHttpServerLocationArgs>

Constructors

Link copied to clipboard
constructor(dynamicFilenameEnabled: Output<Boolean>? = null, dynamicPathEnabled: Output<Boolean>? = null, filename: Output<String>, path: Output<String>, relativeUrl: Output<String>)

Properties

Link copied to clipboard
val dynamicFilenameEnabled: Output<Boolean>? = null

Is the filename using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard
val dynamicPathEnabled: Output<Boolean>? = null

Is the path using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard
val filename: Output<String>

The filename of the file on the web server.

Link copied to clipboard
val path: Output<String>

The folder path to the file on the web server.

Link copied to clipboard
val relativeUrl: Output<String>

The base URL to the web server hosting the file.

Functions

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