Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EventBridgePutEvents
Packages that use EventBridgePutEvents
Package
Description
Tasks for AWS Step Functions
-
Uses of EventBridgePutEvents in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EventBridgePutEventsModifier and TypeMethodDescriptionEventBridgePutEvents.Builder.build()static EventBridgePutEventsEventBridgePutEvents.jsonata(software.constructs.Construct scope, String id, EventBridgePutEventsJsonataProps props) A StepFunctions Task using JSONata to send events to an EventBridge event bus.static EventBridgePutEventsEventBridgePutEvents.jsonPath(software.constructs.Construct scope, String id, EventBridgePutEventsJsonPathProps props) A StepFunctions Task using JSONPath to send events to an EventBridge event bus.