Workflow Config Args
data class WorkflowConfigArgs(val cronSchedule: Output<String>? = null, val invocationConfig: Output<InvocationConfigArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val releaseConfig: Output<String>? = null, val repositoryId: Output<String>? = null, val timeZone: Output<String>? = null, val workflowConfigId: Output<String>? = null) : ConvertibleToJava<WorkflowConfigArgs>
Creates a new WorkflowConfig in a given Repository. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun WorkflowConfigArgs(cronSchedule: Output<String>? = null, invocationConfig: Output<InvocationConfigArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, releaseConfig: Output<String>? = null, repositoryId: Output<String>? = null, timeZone: Output<String>? = null, workflowConfigId: Output<String>? = null)