git

@JvmName(name = "iucttlcvmsdathno")
suspend fun git(value: Output<AppSpecFunctionGitArgs>)
@JvmName(name = "odlfpbycligaibeg")
suspend fun git(value: AppSpecFunctionGitArgs?)

Parameters

value

A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of git, github or gitlab may be set.


@JvmName(name = "optnjpwddumqgcke")
suspend fun git(argument: suspend AppSpecFunctionGitArgsBuilder.() -> Unit)

Parameters

argument

A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of git, github or gitlab may be set.