| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| 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 |
StepFunctionsRestApiProps.getStateMachine()
The default State Machine that handles all requests from this API.
|
IStateMachine |
StepFunctionsRestApiProps.Jsii$Proxy.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
static AwsIntegration |
StepFunctionsIntegration.startExecution(IStateMachine stateMachine)
Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.
|
static AwsIntegration |
StepFunctionsIntegration.startExecution(IStateMachine stateMachine,
StepFunctionsExecutionIntegrationOptions options)
Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.
|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.stateMachine(IStateMachine stateMachine)
Sets the value of
StepFunctionsRestApiProps.getStateMachine() |
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.stateMachine(IStateMachine stateMachine)
The default State Machine that handles all requests from this API.
|
| Modifier and Type | Method and Description |
|---|---|
IStateMachine |
StepFunctionsInvokeActionProps.getStateMachine()
The state machine to invoke.
|
IStateMachine |
StepFunctionsInvokeActionProps.Jsii$Proxy.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionInvokeAction.Builder |
StepFunctionInvokeAction.Builder.stateMachine(IStateMachine stateMachine)
The state machine to invoke.
|
StepFunctionsInvokeActionProps.Builder |
StepFunctionsInvokeActionProps.Builder.stateMachine(IStateMachine stateMachine)
Sets the value of
StepFunctionsInvokeActionProps.getStateMachine() |
| 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
Define a StepFunctions State Machine.
|
| Modifier and Type | Method and Description |
|---|---|
static IStateMachine |
StateMachine.fromStateMachineArn(software.constructs.Construct scope,
String id,
String stateMachineArn)
Import a state machine.
|
static IStateMachine |
StateMachine.fromStateMachineName(software.constructs.Construct scope,
String id,
String stateMachineName)
Import a state machine via resource name.
|
| Modifier and Type | Method and Description |
|---|---|
IStateMachine |
StepFunctionsStartExecutionProps.getStateMachine()
The Step Functions state machine to start the execution on.
|
IStateMachine |
StepFunctionsStartExecutionProps.Jsii$Proxy.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.stateMachine(IStateMachine stateMachine)
Sets the value of
StepFunctionsStartExecutionProps.getStateMachine() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.stateMachine(IStateMachine stateMachine)
The Step Functions state machine to start the execution on.
|
Copyright © 2022. All rights reserved.