ProjectSourceBuildStatusConfigArgs

data class ProjectSourceBuildStatusConfigArgs(val context: Output<String>? = null, val targetUrl: Output<String>? = null) : ConvertibleToJava<ProjectSourceBuildStatusConfigArgs>

Constructors

Link copied to clipboard
fun ProjectSourceBuildStatusConfigArgs(context: Output<String>? = null, targetUrl: Output<String>? = null)

Functions

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

Properties

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

Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

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

Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.