Skip to main content

@swamp/aws/scheduler

v2026.04.23.3

AWS SCHEDULER infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

awsschedulercloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/aws/scheduler

@swamp/aws/scheduler/schedulev2026.04.23.2schedule.ts

Global Arguments

ArgumentTypeDescription
Description?stringThe description of the schedule.
EndDate?stringThe date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify.
FlexibleTimeWindowobjectFlexible time window allows configuration of a window within which a schedule can be invoked
GroupName?stringThe name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.
KmsKeyArn?stringThe ARN for a KMS Key that will be used to encrypt customer data.
Name?string
ScheduleExpressionstringThe scheduling expression.
ScheduleExpressionTimezone?stringThe timezone in which the scheduling expression is evaluated.
StartDate?stringThe date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify.
State?enumSpecifies whether the schedule is enabled or disabled.
TargetobjectThe schedule target.
createCreate a Scheduler Schedule
getGet a Scheduler Schedule
ArgumentTypeDescription
identifierstringThe primary identifier of the Scheduler Schedule
updateUpdate a Scheduler Schedule
deleteDelete a Scheduler Schedule
ArgumentTypeDescription
identifierstringThe primary identifier of the Scheduler Schedule
syncSync Scheduler Schedule state from AWS

Resources

state(infinite)— Scheduler Schedule resource state
@swamp/aws/scheduler/schedule-groupv2026.04.23.2schedule_group.ts

Global Arguments

ArgumentTypeDescription
Name?string
Tags?arrayThe list of tags to associate with the schedule group.
createCreate a Scheduler ScheduleGroup
getGet a Scheduler ScheduleGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the Scheduler ScheduleGroup
updateUpdate a Scheduler ScheduleGroup
deleteDelete a Scheduler ScheduleGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the Scheduler ScheduleGroup
syncSync Scheduler ScheduleGroup state from AWS

Resources

state(infinite)— Scheduler ScheduleGroup resource state