ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs

data class ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs>

Constructors

constructor(type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Type of version identifier. For a git-based repository, branches represent versions. Valid values: BRANCH.

Link copied to clipboard
val value: Output<String>

Source code version. For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.

Functions

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