ScheduleArgs

constructor(action: Output<Either<EndpointScheduleActionArgs, JobScheduleActionArgs>>, description: Output<String>? = null, displayName: Output<String>? = null, isEnabled: Output<Boolean>? = null, properties: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null, trigger: Output<Either<CronTriggerArgs, RecurrenceTriggerArgs>>)