TumblingWindowTriggerArgs

constructor(annotations: Output<List<Any>>? = null, delay: Output<Any>? = null, dependsOn: Output<List<Any>>? = null, description: Output<String>? = null, endTime: Output<String>? = null, frequency: Output<Either<String, TumblingWindowFrequency>>, interval: Output<Int>, maxConcurrency: Output<Int>, pipeline: Output<TriggerPipelineReferenceArgs>, retryPolicy: Output<RetryPolicyArgs>? = null, startTime: Output<String>, type: Output<String>)