AppSpecFunctionGithubArgs

data class AppSpecFunctionGithubArgs(val branch: Output<String>? = null, val deployOnPush: Output<Boolean>? = null, val repo: Output<String>? = null) : ConvertibleToJava<AppSpecFunctionGithubArgs>

Constructors

Link copied to clipboard
constructor(branch: Output<String>? = null, deployOnPush: Output<Boolean>? = null, repo: Output<String>? = null)

Properties

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

The name of the branch to use.

Link copied to clipboard
val deployOnPush: Output<Boolean>? = null

Whether to automatically deploy new commits made to the repo.

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

The name of the repo in the format owner/repo.

Functions

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