Repo Source Args
data class RepoSourceArgs(val branchName: Output<String>? = null, val commitSha: Output<String>? = null, val dir: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val project: Output<String>? = null, val repoName: Output<String>? = null, val substitutions: Output<Map<String, String>>? = null, val tagName: Output<String>? = null) : ConvertibleToJava<RepoSourceArgs>
Location of the source in a Google Cloud Source Repository.
Constructors
Link copied to clipboard
fun RepoSourceArgs(branchName: Output<String>? = null, commitSha: Output<String>? = null, dir: Output<String>? = null, invertRegex: Output<Boolean>? = null, project: Output<String>? = null, repoName: Output<String>? = null, substitutions: Output<Map<String, String>>? = null, tagName: Output<String>? = null)