Compilation Result Args
data class CompilationResultArgs(val codeCompilationConfig: Output<CodeCompilationConfigArgs>? = null, val gitCommitish: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val releaseConfig: Output<String>? = null, val repositoryId: Output<String>? = null, val workspace: Output<String>? = null) : ConvertibleToJava<CompilationResultArgs>
Creates a new CompilationResult in a given project and location. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Link copied to clipboard
fun CompilationResultArgs(codeCompilationConfig: Output<CodeCompilationConfigArgs>? = null, gitCommitish: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, releaseConfig: Output<String>? = null, repositoryId: Output<String>? = null, workspace: Output<String>? = null)