Interface LambdaToStepfunctionsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LambdaToStepfunctionsProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-22T17:51:51.419Z")
public interface LambdaToStepfunctionsProps
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forLambdaToStepfunctionsPropsstatic final classAn implementation forLambdaToStepfunctionsProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default BooleanWhether to create recommended CloudWatch alarms.default BooleanWhether to deploy a new VPC.default software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.default software.amazon.awscdk.services.ec2.IVpcAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).default software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.default software.amazon.awscdk.services.logs.LogGroupPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.default StringOptional Name for the Lambda function environment variable set to the ARN of the state machine.software.amazon.awscdk.services.stepfunctions.StateMachinePropsUser provided StateMachineProps to override the defaults.default software.amazon.awscdk.services.ec2.VpcPropsProperties to override default properties if deployVpc is true.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStateMachineProps
@NotNull software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()User provided StateMachineProps to override the defaults.Default: - None
-
getCreateCloudWatchAlarms
Whether to create recommended CloudWatch alarms.Default: - Alarms are created
-
getDeployVpc
Whether to deploy a new VPC.Default: - false
-
getExistingLambdaObj
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Existing instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
-
getExistingVpc
@Nullable default software.amazon.awscdk.services.ec2.IVpc getExistingVpc()An existing VPC for the construct to use (construct will NOT create a new VPC in this case). -
getLambdaFunctionProps
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()User provided props to override the default props for the Lambda function.Default: - Default properties are used.
-
getLogGroupProps
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()User provided props to override the default props for the CloudWatchLogs LogGroup.Default: - Default props are used
-
getStateMachineEnvironmentVariableName
Optional Name for the Lambda function environment variable set to the ARN of the state machine.Default: - STATE_MACHINE_ARN
-
getVpcProps
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()Properties to override default properties if deployVpc is true. -
builder
- Returns:
- a
LambdaToStepfunctionsProps.BuilderofLambdaToStepfunctionsProps
-