Class EventbridgeToStepfunctions

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.eventbridgestepfunctions.EventbridgeToStepfunctions
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-16T19:48:00.251Z") public class EventbridgeToStepfunctions extends software.constructs.Construct
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for EventbridgeToStepfunctions.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    EventbridgeToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    EventbridgeToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef)
     
     
    EventbridgeToStepfunctions(software.constructs.Construct scope, String id, EventbridgeToStepfunctionsProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<software.amazon.awscdk.services.cloudwatch.Alarm>
     
    software.amazon.awscdk.services.events.IEventBus
     
    software.amazon.awscdk.services.events.Rule
     
    software.amazon.awscdk.services.stepfunctions.StateMachine
     
    software.amazon.awscdk.services.logs.ILogGroup
     

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • EventbridgeToStepfunctions

      protected EventbridgeToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef)
    • EventbridgeToStepfunctions

      protected EventbridgeToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • EventbridgeToStepfunctions

      public EventbridgeToStepfunctions(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull EventbridgeToStepfunctionsProps props)
      Parameters:
      scope -
      • represents the scope for all the resources.
      This parameter is required.
      id -
      • this is a a scope-unique id.
      This parameter is required.
      props -
      • user provided props for the construct.
      This parameter is required.
  • Method Details

    • getEventsRule

      @NotNull public software.amazon.awscdk.services.events.Rule getEventsRule()
    • getStateMachine

      @NotNull public software.amazon.awscdk.services.stepfunctions.StateMachine getStateMachine()
    • getStateMachineLogGroup

      @NotNull public software.amazon.awscdk.services.logs.ILogGroup getStateMachineLogGroup()
    • getCloudwatchAlarms

      @Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getCloudwatchAlarms()
    • getEventBus

      @Nullable public software.amazon.awscdk.services.events.IEventBus getEventBus()