@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.247Z") @Stability(value=Experimental) public class StateMachineInput extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
StateMachineInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
StateMachineInput(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static StateMachineInput |
filePath(ArtifactPath inputFile)
(experimental) When the input type is FilePath, input artifact and filepath must be specified.
|
Object |
getInput()
(experimental) When InputType is set to Literal (default), the Input field is used directly as the input for the state machine execution.
|
Artifact |
getInputArtifact()
(experimental) The optional input Artifact of the Action.
|
String |
getInputType()
(experimental) Optional StateMachine InputType InputType can be Literal or FilePath.
|
static StateMachineInput |
literal(com.fasterxml.jackson.databind.node.ObjectNode object)
(experimental) When the input type is Literal, input value is passed directly to the state machine input.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected StateMachineInput(software.amazon.jsii.JsiiObjectRef objRef)
protected StateMachineInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static StateMachineInput filePath(@NotNull ArtifactPath inputFile)
inputFile - This parameter is required.@Stability(value=Experimental) @NotNull public static StateMachineInput literal(@NotNull com.fasterxml.jackson.databind.node.ObjectNode object)
object - This parameter is required.@Stability(value=Experimental) @NotNull public Object getInput()
Otherwise, the state machine is invoked with an empty JSON object {}.
When InputType is set to FilePath, this field is required. An input artifact is also required when InputType is set to FilePath.
Default: - none
@Stability(value=Experimental) @Nullable public Artifact getInputArtifact()
If InputType is set to FilePath, this artifact is required and is used to source the input for the state machine execution.
Default: - the Action will not have any inputs
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-StepFunctions.html#action-reference-StepFunctions-example@Stability(value=Experimental) @Nullable public String getInputType()
Default: - Literal
Copyright © 2021. All rights reserved.