ReleaseConfig

Creates a new ReleaseConfig in a given Repository. Auto-naming is currently not supported for this resource.

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>

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

Link copied to clipboard
val gitCommitish: Output<String>

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 id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The release config's name.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.

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

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>
Link copied to clipboard
val timeZone: Output<String>

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.

Link copied to clipboard
val urn: Output<String>