ScheduleTargetBase

class aws_cdk.aws_scheduler_targets_alpha.ScheduleTargetBase(base_props, target_arn)

Bases: object

(experimental) Base class for Schedule Targets.

Stability:

experimental

Parameters:
Stability:

experimental

Methods

bind(schedule)

(experimental) Create a return a Schedule Target Configuration for the given schedule.

Parameters:

schedule (ISchedule) –

Return type:

ScheduleTargetConfig

Returns:

a Schedule Target Configuration

Stability:

experimental