TriggerArgs

constructor(actions: Output<List<TriggerActionArgs>>? = null, description: Output<String>? = null, eventBatchingCondition: Output<TriggerEventBatchingConditionArgs>? = null, name: Output<String>? = null, predicate: Output<TriggerPredicateArgs>? = null, schedule: Output<String>? = null, startOnCreation: Output<Boolean>? = null, tags: Output<Any>? = null, type: Output<String>? = null, workflowName: Output<String>? = null)