Dataset Delimited Text Http Server Location Args
data class DatasetDelimitedTextHttpServerLocationArgs(val dynamicFilenameEnabled: Output<Boolean>? = null, val dynamicPathEnabled: Output<Boolean>? = null, val filename: Output<String>, val path: Output<String>, val relativeUrl: Output<String>) : ConvertibleToJava<DatasetDelimitedTextHttpServerLocationArgs>
Constructors
Properties
Link copied to clipboard
Is the filename
using dynamic expression, function or system variables? Defaults to false
.
Link copied to clipboard
Is the path
using dynamic expression, function or system variables? Defaults to false
.
Link copied to clipboard
The base URL to the web server hosting the file.