-
EventbridgeToStepfunctions.Builder.create(software.constructs.Construct scope,
String id)
Whether to create recommended CloudWatch alarms.
EventbridgeToStepfunctions.Builder.eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
A new custom EventBus is created with provided props.
EventbridgeToStepfunctions.Builder.eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
User provided eventRuleProps to override the defaults.
EventbridgeToStepfunctions.Builder.existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
Existing instance of a custom EventBus.
EventbridgeToStepfunctions.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
EventbridgeToStepfunctions.Builder.stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.