UserDefinedFunctionResourceUriArgs

data class UserDefinedFunctionResourceUriArgs(val resourceType: Output<String>, val uri: Output<String>) : ConvertibleToJava<UserDefinedFunctionResourceUriArgs>

Constructors

Link copied to clipboard
constructor(resourceType: Output<String>, uri: Output<String>)

Properties

Link copied to clipboard
val resourceType: Output<String>

The type of the resource. can be one of JAR, FILE, and ARCHIVE.

Link copied to clipboard
val uri: Output<String>

The URI for accessing the resource.

Functions

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