Schedule Args
data class ScheduleArgs(val action: Output<Any>, val description: Output<String>? = null, val displayName: Output<String>? = null, val isEnabled: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null, val trigger: Output<Either<CronTriggerArgs, RecurrenceTriggerArgs>>) : ConvertibleToJava<ScheduleArgs>
Base definition of a schedule