Batch Release Criteria Args
data class BatchReleaseCriteriaArgs(val batchSize: Output<Int>? = null, val messageCount: Output<Int>? = null, val recurrence: Output<WorkflowTriggerRecurrenceArgs>? = null) : ConvertibleToJava<BatchReleaseCriteriaArgs>
The batch release criteria.
Constructors
Link copied to clipboard
constructor(batchSize: Output<Int>? = null, messageCount: Output<Int>? = null, recurrence: Output<WorkflowTriggerRecurrenceArgs>? = null)