| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static StateMachineInput |
StateMachineInput.filePath(ArtifactPath inputFile)
When the input type is FilePath, input artifact and filepath must be specified.
|
default StateMachineInput |
StepFunctionsInvokeActionProps.getStateMachineInput()
Represents the input to the StateMachine.
|
StateMachineInput |
StepFunctionsInvokeActionProps.Jsii$Proxy.getStateMachineInput() |
static StateMachineInput |
StateMachineInput.literal(com.fasterxml.jackson.databind.node.ObjectNode object)
When the input type is Literal, input value is passed directly to the state machine input.
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionInvokeAction.Builder |
StepFunctionInvokeAction.Builder.stateMachineInput(StateMachineInput stateMachineInput)
Represents the input to the StateMachine.
|
StepFunctionsInvokeActionProps.Builder |
StepFunctionsInvokeActionProps.Builder.stateMachineInput(StateMachineInput stateMachineInput)
Sets the value of
StepFunctionsInvokeActionProps.getStateMachineInput() |
Copyright © 2022. All rights reserved.