Uses of Class
software.amazon.awscdk.services.codepipeline.actions.StateMachineInput
-
Uses of StateMachineInput in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionstatic 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.final 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 TypeMethodDescriptionStepFunctionInvokeAction.Builder.stateMachineInput
(StateMachineInput stateMachineInput) Represents the input to the StateMachine.StepFunctionsInvokeActionProps.Builder.stateMachineInput
(StateMachineInput stateMachineInput) Sets the value ofStepFunctionsInvokeActionProps.getStateMachineInput()