Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EventBridgeSchedulerCreateScheduleTask.Builder
Packages that use EventBridgeSchedulerCreateScheduleTask.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EventBridgeSchedulerCreateScheduleTask.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EventBridgeSchedulerCreateScheduleTask.BuilderModifier and TypeMethodDescriptionEventBridgeSchedulerCreateScheduleTask.Builder.actionAfterCompletion(ActionAfterCompletion actionAfterCompletion) Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.Workflow variables to store in this step.EventBridgeSchedulerCreateScheduleTask.Builder.clientToken(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.A comment describing this state.EventBridgeSchedulerCreateScheduleTask.Builder.create(software.constructs.Construct scope, String id) EventBridgeSchedulerCreateScheduleTask.Builder.credentials(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.EventBridgeSchedulerCreateScheduleTask.Builder.description(String description) The description for the schedule.Specifies whether the schedule is enabled or disabled.The date, in UTC, before which the schedule can invoke its target.EventBridgeSchedulerCreateScheduleTask.Builder.flexibleTimeWindow(Duration flexibleTimeWindow) The maximum time window during which a schedule can be invoked.The name of the schedule group to associate with this schedule.Deprecated.EventBridgeSchedulerCreateScheduleTask.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.EventBridgeSchedulerCreateScheduleTask.Builder.integrationPattern(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.The customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt payload.EventBridgeSchedulerCreateScheduleTask.Builder.outputPath(String outputPath) JSONPath expression to select part of the state to be the output to this state.Used to specify and transform output from the state.EventBridgeSchedulerCreateScheduleTask.Builder.queryLanguage(QueryLanguage queryLanguage) The name of the query language used by the state.EventBridgeSchedulerCreateScheduleTask.Builder.resultPath(String resultPath) JSONPath expression to indicate where to inject the state's output.EventBridgeSchedulerCreateScheduleTask.Builder.resultSelector(Map<String, ? extends Object> resultSelector) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.The schedule that defines when the schedule will trigger.EventBridgeSchedulerCreateScheduleTask.Builder.scheduleName(String scheduleName) Schedule name.The date, in UTC, after which the schedule can begin invoking its target.Optional name for this state.EventBridgeSchedulerCreateScheduleTask.Builder.target(EventBridgeSchedulerTarget target) The schedule's target.EventBridgeSchedulerCreateScheduleTask.Builder.taskTimeout(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeoutThe timezone in which the scheduling expression is evaluated.
heartbeatTimeout