Release Config Args
data class ReleaseConfigArgs(val codeCompilationConfig: Output<CodeCompilationConfigArgs>? = null, val cronSchedule: Output<String>? = null, val gitCommitish: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val releaseCompilationResult: Output<String>? = null, val releaseConfigId: Output<String>? = null, val repositoryId: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<ReleaseConfigArgs>
Creates a new ReleaseConfig in a given Repository. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun ReleaseConfigArgs(codeCompilationConfig: Output<CodeCompilationConfigArgs>? = null, cronSchedule: Output<String>? = null, gitCommitish: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, releaseCompilationResult: Output<String>? = null, releaseConfigId: Output<String>? = null, repositoryId: Output<String>? = null, timeZone: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*
.
Link copied to clipboard