@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-30T20:11:34.501Z") public interface LambdaToStepfunctionsProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToStepfunctionsProps.Builder
A builder for
LambdaToStepfunctionsProps |
static class |
LambdaToStepfunctionsProps.Jsii$Proxy
An implementation for
LambdaToStepfunctionsProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToStepfunctionsProps.Builder |
builder() |
default Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
default Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
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).
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
default String |
getStateMachineEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the ARN of the state machine.
|
software.amazon.awscdk.services.stepfunctions.StateMachineProps |
getStateMachineProps()
User provided StateMachineProps to override the defaults.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@NotNull software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()
Default: - None
@Nullable default Boolean getCreateCloudWatchAlarms()
Default: - Alarms are created
@Nullable default Boolean getDeployVpc()
Default: - false
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default properties are used.
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
Default: - Default props are used
@Nullable default String getStateMachineEnvironmentVariableName()
Default: - STATE_MACHINE_ARN
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
static LambdaToStepfunctionsProps.Builder builder()
LambdaToStepfunctionsProps.Builder of LambdaToStepfunctionsPropsCopyright © 2022. All rights reserved.