| Modifier and Type | Method and Description |
|---|---|
static LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.createCloudWatchAlarms(Boolean createCloudWatchAlarms)
Whether to create recommended CloudWatch alarms.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.deployVpc(Boolean deployVpc)
Whether to deploy a new VPC.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.stateMachineEnvironmentVariableName(String stateMachineEnvironmentVariableName)
Optional Name for the Lambda function environment variable set to the ARN of the state machine.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.
|
LambdaToStepFunction.Builder |
LambdaToStepFunction.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2022. All rights reserved.