@Generated(value="jsii-pacmak/1.64.0 (build 4c1eae8)", date="2022-08-17T16:44:30.796Z") public class LambdaToStepFunction extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToStepFunction.Builder
A fluent builder for
LambdaToStepFunction. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToStepFunction(software.amazon.awscdk.core.Construct scope,
String id,
LambdaToStepFunctionProps props) |
protected |
LambdaToStepFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaToStepFunction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<software.amazon.awscdk.services.cloudwatch.Alarm> |
getCloudwatchAlarms() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.stepfunctions.StateMachine |
getStateMachine() |
software.amazon.awscdk.services.logs.ILogGroup |
getStateMachineLogGroup() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaToStepFunction(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaToStepFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LambdaToStepFunction(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
LambdaToStepFunctionProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@NotNull public software.amazon.awscdk.services.stepfunctions.StateMachine getStateMachine()
@NotNull public software.amazon.awscdk.services.logs.ILogGroup getStateMachineLogGroup()
@Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getCloudwatchAlarms()
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
Copyright © 2022. All rights reserved.