| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static StateMachineInput |
StateMachineInput.filePath(ArtifactPath inputFile)
(experimental) When the input type is FilePath, input artifact and filepath must be specified.
|
default StateMachineInput |
StepFunctionsInvokeActionProps.getStateMachineInput()
(experimental) Represents the input to the StateMachine.
|
StateMachineInput |
StepFunctionsInvokeActionProps.Jsii$Proxy.getStateMachineInput() |
static StateMachineInput |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionInvokeAction.Builder |
StepFunctionInvokeAction.Builder.stateMachineInput(StateMachineInput stateMachineInput)
(experimental) Represents the input to the StateMachine.
|
StepFunctionsInvokeActionProps.Builder |
StepFunctionsInvokeActionProps.Builder.stateMachineInput(StateMachineInput stateMachineInput)
Sets the value of
StepFunctionsInvokeActionProps.getStateMachineInput() |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.