@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:38.043Z") @Stability(value=Stable) public interface StepFunctionsInvokeActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
StepFunction Invoke Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
StepFunctionsInvokeActionProps.Builder
A builder for
StepFunctionsInvokeActionProps |
static class |
StepFunctionsInvokeActionProps.Jsii$Proxy
An implementation for
StepFunctionsInvokeActionProps |
| Modifier and Type | Method and Description |
|---|---|
static StepFunctionsInvokeActionProps.Builder |
builder() |
default String |
getExecutionNamePrefix()
Prefix (optional).
|
default Artifact |
getOutput()
The optional output Artifact of the Action.
|
IStateMachine |
getStateMachine()
The state machine to invoke.
|
default StateMachineInput |
getStateMachineInput()
Represents the input to the StateMachine.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Stable) @NotNull IStateMachine getStateMachine()
@Stability(value=Stable) @Nullable default String getExecutionNamePrefix()
By default, the action execution ID is used as the state machine execution name. If a prefix is provided, it is prepended to the action execution ID with a hyphen and together used as the state machine execution name.
Default: - action execution ID
@Stability(value=Stable) @Nullable default Artifact getOutput()
Default: the Action will not have any outputs
@Stability(value=Stable) @Nullable default StateMachineInput getStateMachineInput()
This includes input artifact, input type and the statemachine input.
Default: - none
@Stability(value=Stable) static StepFunctionsInvokeActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsStepFunctionsInvokeActionProps.Builder of StepFunctionsInvokeActionPropsCopyright © 2020. All rights reserved.