Source Args
data class SourceArgs(val repoSource: Output<RepoSourceArgs>? = null, val storageSource: Output<StorageSourceArgs>? = null) : ConvertibleToJava<SourceArgs>
The location of the function source code.
Constructors
Link copied to clipboard
fun SourceArgs(repoSource: Output<RepoSourceArgs>? = null, storageSource: Output<StorageSourceArgs>? = null)