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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.lambdastepfunctions.LambdaToStepfunctionsProps
LambdaToStepfunctionsProps.Builder, LambdaToStepfunctionsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLambdaToStepfunctionsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether to create recommended CloudWatch alarms.final BooleanWhether to deploy a new VPC.final software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.ec2.IVpcAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).final software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.final software.amazon.awscdk.services.logs.LogGroupPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.final StringOptional Name for the Lambda function environment variable set to the ARN of the state machine.final software.amazon.awscdk.services.stepfunctions.StateMachinePropsUser provided StateMachineProps to override the defaults.final software.amazon.awscdk.services.ec2.VpcPropsProperties to override default properties if deployVpc is true.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLambdaToStepfunctionsProps.Builder.
-
-
Method Details
-
getStateMachineProps
public final software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()Description copied from interface:LambdaToStepfunctionsPropsUser provided StateMachineProps to override the defaults.Default: - None
- Specified by:
getStateMachinePropsin interfaceLambdaToStepfunctionsProps
-
getCreateCloudWatchAlarms
Description copied from interface:LambdaToStepfunctionsPropsWhether to create recommended CloudWatch alarms.Default: - Alarms are created
- Specified by:
getCreateCloudWatchAlarmsin interfaceLambdaToStepfunctionsProps
-
getDeployVpc
Description copied from interface:LambdaToStepfunctionsPropsWhether to deploy a new VPC.Default: - false
- Specified by:
getDeployVpcin interfaceLambdaToStepfunctionsProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:LambdaToStepfunctionsPropsExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceLambdaToStepfunctionsProps
-
getExistingVpc
public final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()Description copied from interface:LambdaToStepfunctionsPropsAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).- Specified by:
getExistingVpcin interfaceLambdaToStepfunctionsProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:LambdaToStepfunctionsPropsUser provided props to override the default props for the Lambda function.Default: - Default properties are used.
- Specified by:
getLambdaFunctionPropsin interfaceLambdaToStepfunctionsProps
-
getLogGroupProps
public final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()Description copied from interface:LambdaToStepfunctionsPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.Default: - Default props are used
- Specified by:
getLogGroupPropsin interfaceLambdaToStepfunctionsProps
-
getStateMachineEnvironmentVariableName
Description copied from interface:LambdaToStepfunctionsPropsOptional Name for the Lambda function environment variable set to the ARN of the state machine.Default: - STATE_MACHINE_ARN
- Specified by:
getStateMachineEnvironmentVariableNamein interfaceLambdaToStepfunctionsProps
-
getVpcProps
public final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()Description copied from interface:LambdaToStepfunctionsPropsProperties to override default properties if deployVpc is true.- Specified by:
getVpcPropsin interfaceLambdaToStepfunctionsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-