IScheduleTarget

class aws_cdk.aws_scheduler_alpha.IScheduleTarget(*args, **kwargs)

Bases: Protocol

(experimental) Interface representing a Event Bridge Schedule Target.

Stability:

experimental

Methods

bind(_schedule)

(experimental) Returns the schedule target specification.

Parameters:

_schedule (ISchedule) – a schedule the target should be added to.

Stability:

experimental

Return type:

ScheduleTargetConfig