Class LambdaToStepfunctionsProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.lambdastepfunctions.LambdaToStepfunctionsProps.Jsii$Proxy
All Implemented Interfaces:
LambdaToStepfunctionsProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
LambdaToStepfunctionsProps

@Internal public static final class LambdaToStepfunctionsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToStepfunctionsProps
An implementation for LambdaToStepfunctionsProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awsconstructs.services.lambdastepfunctions.LambdaToStepfunctionsProps

    LambdaToStepfunctionsProps.Builder, LambdaToStepfunctionsProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the LambdaToStepfunctionsProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Boolean
    Whether to create recommended CloudWatch alarms.
    final Boolean
    Whether to deploy a new VPC.
    final software.amazon.awscdk.services.lambda.Function
    Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
    final software.amazon.awscdk.services.ec2.IVpc
    An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
    final software.amazon.awscdk.services.lambda.FunctionProps
    User provided props to override the default props for the Lambda function.
    final software.amazon.awscdk.services.logs.LogGroupProps
    User provided props to override the default props for the CloudWatchLogs LogGroup.
    final String
    Optional Name for the Lambda function environment variable set to the ARN of the state machine.
    final software.amazon.awscdk.services.stepfunctions.StateMachineProps
    User provided StateMachineProps to override the defaults.
    final software.amazon.awscdk.services.ec2.VpcProps
    Properties to override default properties if deployVpc is true.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait