ServiceSourceConfigurationCodeRepositoryArgs

data class ServiceSourceConfigurationCodeRepositoryArgs(val codeConfiguration: Output<ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs>? = null, val repositoryUrl: Output<String>, val sourceCodeVersion: Output<ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs>, val sourceDirectory: Output<String>? = null) : ConvertibleToJava<ServiceSourceConfigurationCodeRepositoryArgs>

Constructors

constructor(codeConfiguration: Output<ServiceSourceConfigurationCodeRepositoryCodeConfigurationArgs>? = null, repositoryUrl: Output<String>, sourceCodeVersion: Output<ServiceSourceConfigurationCodeRepositorySourceCodeVersionArgs>, sourceDirectory: Output<String>? = null)

Properties

Link copied to clipboard

Configuration for building and running the service from a source code repository. See Code Configuration below for more details.

Link copied to clipboard
val repositoryUrl: Output<String>

Location of the repository that contains the source code.

Link copied to clipboard

Version that should be used within the source code repository. See Source Code Version below for more details.

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

The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.

Functions

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