@Stability(value=Stable) @Internal public static final class StepFunctionsInvokeActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StepFunctionsInvokeActionProps
StepFunctionsInvokeActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeStepFunctionsInvokeActionProps.Builder, StepFunctionsInvokeActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IStateMachine stateMachine,
String executionNamePrefix,
Artifact output,
StateMachineInput stateMachineInput,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsInvokeActionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getActionName() |
String |
getExecutionNamePrefix()
Prefix (optional).
|
Artifact |
getOutput()
The optional output Artifact of the Action.
|
IRole |
getRole() |
Number |
getRunOrder() |
IStateMachine |
getStateMachine()
The state machine to invoke.
|
StateMachineInput |
getStateMachineInput()
Represents the input to the StateMachine.
|
String |
getVariablesNamespace() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IStateMachine stateMachine, String executionNamePrefix, Artifact output, StateMachineInput stateMachineInput, IRole role, String actionName, Number runOrder, String variablesNamespace)
StepFunctionsInvokeActionProps.Builder.public final IStateMachine getStateMachine()
StepFunctionsInvokeActionPropsgetStateMachine in interface StepFunctionsInvokeActionPropspublic final String getExecutionNamePrefix()
StepFunctionsInvokeActionPropsBy 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
getExecutionNamePrefix in interface StepFunctionsInvokeActionPropspublic final Artifact getOutput()
StepFunctionsInvokeActionPropsDefault: the Action will not have any outputs
getOutput in interface StepFunctionsInvokeActionPropspublic final StateMachineInput getStateMachineInput()
StepFunctionsInvokeActionPropsThis includes input artifact, input type and the statemachine input.
Default: - none
getStateMachineInput in interface StepFunctionsInvokeActionPropspublic final IRole getRole()
getRole in interface CommonAwsActionPropspublic final String getActionName()
getActionName in interface CommonActionPropspublic final Number getRunOrder()
getRunOrder in interface CommonActionPropspublic final String getVariablesNamespace()
getVariablesNamespace in interface CommonActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.