Interface StepFunctionsInvokeActivityProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,TaskStateBaseProps
- All Known Implementing Classes:
StepFunctionsInvokeActivityProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.238Z")
@Stability(Stable)
public interface StepFunctionsInvokeActivityProps
extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for invoking an Activity worker.
Example:
Activity submitJobActivity = new Activity(this, "SubmitJob"); StepFunctionsInvokeActivity.Builder.create(this, "Submit Job") .activity(submitJobActivity) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forStepFunctionsInvokeActivityProps
static final class
An implementation forStepFunctionsInvokeActivityProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
Methods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
-
Method Details
-
getActivity
Step Functions Activity to invoke. -
builder
-