@Internal public static final class LambdaToStepfunctionsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToStepfunctionsProps
LambdaToStepfunctionsPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToStepfunctionsProps.Builder, LambdaToStepfunctionsProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LambdaToStepfunctionsProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToStepfunctionsProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
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).
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
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.
|
software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LambdaToStepfunctionsProps.Builder builder)
LambdaToStepfunctionsProps.Builder.public final software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()
LambdaToStepfunctionsPropsDefault: - None
getStateMachineProps in interface LambdaToStepfunctionsPropspublic final Boolean getCreateCloudWatchAlarms()
LambdaToStepfunctionsPropsDefault: - Alarms are created
getCreateCloudWatchAlarms in interface LambdaToStepfunctionsPropspublic final Boolean getDeployVpc()
LambdaToStepfunctionsPropsDefault: - false
getDeployVpc in interface LambdaToStepfunctionsPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToStepfunctionsPropsDefault: - None
getExistingLambdaObj in interface LambdaToStepfunctionsPropspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToStepfunctionsPropsgetExistingVpc in interface LambdaToStepfunctionsPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToStepfunctionsPropsDefault: - Default properties are used.
getLambdaFunctionProps in interface LambdaToStepfunctionsPropspublic final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
LambdaToStepfunctionsPropsDefault: - Default props are used
getLogGroupProps in interface LambdaToStepfunctionsPropspublic final String getStateMachineEnvironmentVariableName()
LambdaToStepfunctionsPropsDefault: - STATE_MACHINE_ARN
getStateMachineEnvironmentVariableName in interface LambdaToStepfunctionsPropspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToStepfunctionsPropsgetVpcProps in interface LambdaToStepfunctionsProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.