App Hosting Backend Codebase Args
data class AppHostingBackendCodebaseArgs(val repository: Output<String>, val rootDirectory: Output<String>? = null) : ConvertibleToJava<AppHostingBackendCodebaseArgs>
Properties
Link copied to clipboard
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
If repository
is provided, the directory relative to the root of the repository to use as the root for the deployed web app.