FunctionSourceRepositoryArgs

data class FunctionSourceRepositoryArgs(val deployedUrl: Output<String>? = null, val url: Output<String>) : ConvertibleToJava<FunctionSourceRepositoryArgs>

Constructors

Link copied to clipboard
constructor(deployedUrl: Output<String>? = null, url: Output<String>)

Properties

Link copied to clipboard
val deployedUrl: Output<String>? = null
Link copied to clipboard
val url: Output<String>

The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:

Functions

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