ServiceSourceConfigurationArgs

data class ServiceSourceConfigurationArgs(val authenticationConfiguration: Output<ServiceAuthenticationConfigurationArgs>? = null, val autoDeploymentsEnabled: Output<Boolean>? = null, val codeRepository: Output<ServiceCodeRepositoryArgs>? = null, val imageRepository: Output<ServiceImageRepositoryArgs>? = null) : ConvertibleToJava<ServiceSourceConfigurationArgs>

Source Code configuration

Constructors

Link copied to clipboard
constructor(authenticationConfiguration: Output<ServiceAuthenticationConfigurationArgs>? = null, autoDeploymentsEnabled: Output<Boolean>? = null, codeRepository: Output<ServiceCodeRepositoryArgs>? = null, imageRepository: Output<ServiceImageRepositoryArgs>? = null)

Properties

Link copied to clipboard

Describes the resources that are needed to authenticate access to some source repositories.

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

Auto Deployment enabled

Link copied to clipboard

The description of a source code repository. You must provide either this member or ImageRepository (but not both).

Link copied to clipboard

The description of a source image repository. You must provide either this member or CodeRepository (but not both).

Functions

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