ReleaseConfigArgs

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
constructor(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)

Properties

Link copied to clipboard

Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.

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

Optional. Optional schedule (in cron format) for automatic creation of compilation results.

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

Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val releaseCompilationResult: Output<String>? = null

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
val releaseConfigId: Output<String>? = null

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

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

Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC. ////

Functions

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