Service Source Configuration Args
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
fun ServiceSourceConfigurationArgs(authenticationConfiguration: Output<ServiceAuthenticationConfigurationArgs>? = null, autoDeploymentsEnabled: Output<Boolean>? = null, codeRepository: Output<ServiceCodeRepositoryArgs>? = null, imageRepository: Output<ServiceImageRepositoryArgs>? = null)