Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EventBridgePutEventsJsonataProps
Packages that use EventBridgePutEventsJsonataProps
Package
Description
Tasks for AWS Step Functions
-
Uses of EventBridgePutEventsJsonataProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EventBridgePutEventsJsonataPropsModifier and TypeClassDescriptionstatic final classAn implementation forEventBridgePutEventsJsonataPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EventBridgePutEventsJsonataPropsModifier and TypeMethodDescriptionEventBridgePutEventsJsonataProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EventBridgePutEventsJsonataPropsModifier and TypeMethodDescriptionstatic EventBridgePutEventsEventBridgePutEvents.jsonata(software.constructs.Construct scope, String id, EventBridgePutEventsJsonataProps props) A StepFunctions Task using JSONata to send events to an EventBridge event bus.