@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-20T15:25:29.315Z") public class EventbridgeToStepfunctions extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
EventbridgeToStepfunctions.Builder
A fluent builder for
EventbridgeToStepfunctions. |
| Modifier | Constructor and Description |
|---|---|
|
EventbridgeToStepfunctions(software.constructs.Construct scope,
String id,
EventbridgeToStepfunctionsProps props) |
protected |
EventbridgeToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EventbridgeToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<software.amazon.awscdk.services.cloudwatch.Alarm> |
getCloudwatchAlarms() |
software.amazon.awscdk.services.events.IEventBus |
getEventBus() |
software.amazon.awscdk.services.events.Rule |
getEventsRule() |
software.amazon.awscdk.services.stepfunctions.StateMachine |
getStateMachine() |
software.amazon.awscdk.services.logs.ILogGroup |
getStateMachineLogGroup() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EventbridgeToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef)
protected EventbridgeToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public EventbridgeToStepfunctions(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
EventbridgeToStepfunctionsProps props)
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.@NotNull public software.amazon.awscdk.services.events.Rule getEventsRule()
@NotNull public software.amazon.awscdk.services.stepfunctions.StateMachine getStateMachine()
@NotNull public software.amazon.awscdk.services.logs.ILogGroup getStateMachineLogGroup()
@Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getCloudwatchAlarms()
@Nullable public software.amazon.awscdk.services.events.IEventBus getEventBus()
Copyright © 2022. All rights reserved.