@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.248Z") @Stability(value=Experimental) 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()
(experimental) Prefix (optional).
|
default Artifact |
getOutput()
(experimental) The optional output Artifact of the Action.
|
IStateMachine |
getStateMachine()
(experimental) The state machine to invoke.
|
default StateMachineInput |
getStateMachineInput()
(experimental) Represents the input to the StateMachine.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull IStateMachine getStateMachine()
@Stability(value=Experimental) @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=Experimental) @Nullable default Artifact getOutput()
Default: the Action will not have any outputs
@Stability(value=Experimental) @Nullable default StateMachineInput getStateMachineInput()
This includes input artifact, input type and the statemachine input.
Default: - none
@Stability(value=Experimental) static StepFunctionsInvokeActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsStepFunctionsInvokeActionProps.Builder of StepFunctionsInvokeActionPropsCopyright © 2021. All rights reserved.