Interface StepFunctionsInvokeActivityProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,TaskStateBaseProps
- All Known Implementing Classes:
StepFunctionsInvokeActivityProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.89.0 (build 2f74b3e)",
date="2023-10-26T00:56:14.406Z")
@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 classA builder forStepFunctionsInvokeActivityPropsstatic final classAn implementation forStepFunctionsInvokeActivityProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Step Functions Activity to invoke.Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getCredentials, getHeartbeat, getHeartbeatTimeout, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getStateName, getTaskTimeout, getTimeout
-
Method Details
-
getActivity
Step Functions Activity to invoke. -
getParameters
Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.Default: No parameters
- See Also:
-
builder
-