AppHostingBackendCodebaseArgs

data class AppHostingBackendCodebaseArgs(val repository: Output<String>, val rootDirectory: Output<String>? = null) : ConvertibleToJava<AppHostingBackendCodebaseArgs>

Constructors

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

Properties

Link copied to clipboard
val repository: Output<String>

The resource name for the Developer Connect gitRepositoryLink connected to this backend, in the format: projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}

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

If repository is provided, the directory relative to the root of the repository to use as the root for the deployed web app.

Functions

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