HttpServerLocationArgs

data class HttpServerLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val relativeUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HttpServerLocationArgs>

The location of http server.

Constructors

Link copied to clipboard
constructor(fileName: Output<Any>? = null, folderPath: Output<Any>? = null, relativeUrl: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard
val fileName: Output<Any>? = null

Specify the file name of dataset. Type: string (or Expression with resultType string).

Link copied to clipboard
val folderPath: Output<Any>? = null

Specify the folder path of dataset. Type: string (or Expression with resultType string)

Link copied to clipboard
val relativeUrl: Output<Any>? = null

Specify the relativeUrl of http server. Type: string (or Expression with resultType string)

Link copied to clipboard
val type: Output<String>

Type of dataset storage location. Expected value is 'HttpServerLocation'.

Functions

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