Skip to content

Editor

In the editor, it is possible to perform job definition operations such as importing job definitions, as well as configure settings such as triggers, timeout periods, and actions.

Job operation

The following operations are available for job definitions.

Create

Job definitions can be created. After clicking the "Create" button in the upper left corner, select "New" to create a new definition.

Edit

From the job definition list, click the "Vertical Ellipsis" on the right side of the job to edit, then click "Edit" to edit the ID and label.

Copy

From the job definition list, click the "Vertical Ellipsis" on the right side of the job to copy, then click "Copy" to copy the job definition to the batch application.

Delete

From the job definition list, click the "Vertical Ellipsis" on the right side of the job to be deleted, then click "Delete" to delete the ID and label.

Export

From the job definition list, click the "Vertical Ellipsis" on the right side of the job to be deleted, then click "Export" to export the definition.

Import

Job definitions can be imported. After clicking the "Add" button in the upper left corner, select "Import" to import the definition.

Commit

Job definitions can be committed to the repository. Select the Commit icon in the upper right corner to commit to the repository.

Job Input Form

Detailed settings related to job execution can be configured.
The following is a list of configurable input forms.

Form LabelDescriptionRemarks
Job StatusDetermines the execution status of a job.Options
・DISABLED
・ENABLED(Default)
DescriptionJob description can be entered hereUp to 512 characters can be entered.
External LibrarySpecify the file path of the external library.Files that exist at the time of job execution will be used.
Time OutThe job timeout period can be set.
If no input is provided, no timeout will be set when the job is executed.
Integers in the range 60 to 2147483646
ParameterParameters accessible from the job scriptJSON
TriggerSpecify the trigger type.
If Cron is selected, Cron expression settings are required.
Options
・Manual
・Cron
Time ZoneWhen "Cron" is selected in the trigger, the time zone to be executed can be selected.Options
・UTC(Default)
・Asia/Tokyo
CRONCron expressions can be set. For details on how to set them, refer to “AWS Documentation”.(https://docs.aws.amazon.com/ja_jp/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html)
ActionBy pressing the "Action" button, the action editor will open and you can edit it.