codeConfiguration

@JvmName(name = "eyncibwcfrkllnig")
suspend fun codeConfiguration(value: Output<ServiceCodeConfigurationArgs>)
@JvmName(name = "yjmjxjynlmfmnebq")
suspend fun codeConfiguration(value: ServiceCodeConfigurationArgs?)

Parameters

value

Configuration for building and running the service from a source code repository.

CodeConfiguration is required only for CreateService request.


@JvmName(name = "vscxoickufydymtn")
suspend fun codeConfiguration(argument: suspend ServiceCodeConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Configuration for building and running the service from a source code repository.

CodeConfiguration is required only for CreateService request.