Workflow Config Args
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)