Http Server Location Args
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
fun HttpServerLocationArgs(fileName: Output<Any>? = null, folderPath: Output<Any>? = null, relativeUrl: Output<Any>? = null, type: Output<String>)