ServiceSourceConfiguration

data class ServiceSourceConfiguration(val authenticationConfiguration: ServiceSourceConfigurationAuthenticationConfiguration? = null, val autoDeploymentsEnabled: Boolean? = null, val codeRepository: ServiceSourceConfigurationCodeRepository? = null, val imageRepository: ServiceSourceConfigurationImageRepository? = null)

Constructors

Link copied to clipboard
constructor(authenticationConfiguration: ServiceSourceConfigurationAuthenticationConfiguration? = null, autoDeploymentsEnabled: Boolean? = null, codeRepository: ServiceSourceConfigurationCodeRepository? = null, imageRepository: ServiceSourceConfigurationImageRepository? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes resources needed to authenticate access to some source repositories. See Authentication Configuration below for more details.

Link copied to clipboard

Whether continuous integration from the source repository is enabled for the App Runner service. If set to true, each repository change (source code commit or new image version) starts a deployment. Defaults to true.

Link copied to clipboard

Description of a source code repository. See Code Repository below for more details.

Link copied to clipboard

Description of a source image repository. See Image Repository below for more details.