Interface IScheduleTarget
Interface representing a Event Bridge Schedule Target.
Namespace: Amazon.CDK.AWS.Scheduler
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScheduleTarget
Syntax (vb)
Public Interface IScheduleTarget
Synopsis
Methods
Bind(ISchedule) | Returns the schedule target specification. |
Methods
Bind(ISchedule)
Returns the schedule target specification.
IScheduleTargetConfig Bind(ISchedule schedule)
Parameters
- schedule ISchedule
a schedule the target should be added to.