WorkflowConfig

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

Properties

Link copied to clipboard
val cronSchedule: Output<String>

Optional. Optional schedule (in cron format) for automatic execution of this workflow config.

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

Optional. If left unset, a default InvocationConfig will be used.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The workflow 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 execution attempts, ordered in in descending order of execution_time. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.

Link copied to clipboard
val releaseConfig: Output<String>

The name of the release config whose release_compilation_result should be executed. Must be in the format projects/*/locations/*/repositories/*/releaseConfigs/*. ////

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>
Link copied to clipboard

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