| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
IStateMachine |
StepFunctionsInvokeActionProps.getStateMachine()
(experimental) The state machine to invoke.
|
IStateMachine |
StepFunctionsInvokeActionProps.Jsii$Proxy.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionInvokeAction.Builder |
StepFunctionInvokeAction.Builder.stateMachine(IStateMachine stateMachine)
(experimental) The state machine to invoke.
|
StepFunctionsInvokeActionProps.Builder |
StepFunctionsInvokeActionProps.Builder.stateMachine(IStateMachine stateMachine)
Sets the value of
StepFunctionsInvokeActionProps.getStateMachine() |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
IStateMachine |
SfnStateMachine.getMachine() |
| Modifier and Type | Method and Description |
|---|---|
static SfnStateMachine.Builder |
SfnStateMachine.Builder.create(IStateMachine machine) |
| Constructor and Description |
|---|
SfnStateMachine(IStateMachine machine) |
SfnStateMachine(IStateMachine machine,
SfnStateMachineProps props) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStateMachine.Jsii$Default
Internal default implementation for
IStateMachine. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStateMachine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
StateMachine
(experimental) Define a StepFunctions State Machine.
|
| Modifier and Type | Method and Description |
|---|---|
static IStateMachine |
StateMachine.fromStateMachineArn(software.constructs.Construct scope,
String id,
String stateMachineArn)
(experimental) Import a state machine.
|
| Modifier and Type | Method and Description |
|---|---|
IStateMachine |
StepFunctionsStartExecutionProps.getStateMachine()
(experimental) The Step Functions state machine to start the execution on.
|
IStateMachine |
StepFunctionsStartExecutionProps.Jsii$Proxy.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.stateMachine(IStateMachine stateMachine)
(experimental) The Step Functions state machine to start the execution on.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.stateMachine(IStateMachine stateMachine)
Sets the value of
StepFunctionsStartExecutionProps.getStateMachine() |
| Constructor and Description |
|---|
Jsii$Proxy(IStateMachine stateMachine,
TaskInput input,
String name,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsStartExecutionProps.Builder. |
Copyright © 2021. All rights reserved.