Interface IScheduleTarget

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IScheduleTarget.Jsii$Default
All Known Implementing Classes:
CodeBuildStartBuild, CodePipelineStartPipelineExecution, EventBridgePutEvents, InspectorStartAssessmentRun, IScheduleTarget.Jsii$Proxy, KinesisDataFirehosePutRecord, KinesisStreamPutRecord, LambdaInvoke, SageMakerStartPipelineExecution, SnsPublish, SqsSendMessage, StepFunctionsStartExecution

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:16.038Z") @Stability(Experimental) public interface IScheduleTarget extends software.amazon.jsii.JsiiSerializable
(experimental) Interface representing a Event Bridge Schedule Target.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IScheduleTarget.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(ISchedule _schedule)
    (experimental) Returns the schedule target specification.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Experimental) @NotNull ScheduleTargetConfig bind(@NotNull ISchedule _schedule)
      (experimental) Returns the schedule target specification.

      Parameters:
      _schedule - a schedule the target should be added to. This parameter is required.