Class CfnPipeline.LambdaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnPipeline.LambdaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.LambdaProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.LambdaProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.LambdaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.LambdaProperty
An implementation for
CfnPipeline.LambdaProperty
-
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.awscdk.services.iotanalytics.CfnPipeline.LambdaProperty
CfnPipeline.LambdaProperty.Builder, CfnPipeline.LambdaProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.LambdaProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The number of messages passed to the Lambda function for processing.final String
The name of the Lambda function that is run on the message.final String
getName()
The name of the 'lambda' activity.final String
getNext()
The next activity in the pipeline.final int
hashCode()
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 theCfnPipeline.LambdaProperty.Builder
.
-
-
Method Details
-
getBatchSize
Description copied from interface:CfnPipeline.LambdaProperty
The number of messages passed to the Lambda function for processing.The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
- Specified by:
getBatchSize
in interfaceCfnPipeline.LambdaProperty
- See Also:
-
getLambdaName
Description copied from interface:CfnPipeline.LambdaProperty
The name of the Lambda function that is run on the message.- Specified by:
getLambdaName
in interfaceCfnPipeline.LambdaProperty
- See Also:
-
getName
Description copied from interface:CfnPipeline.LambdaProperty
The name of the 'lambda' activity.- Specified by:
getName
in interfaceCfnPipeline.LambdaProperty
- See Also:
-
getNext
Description copied from interface:CfnPipeline.LambdaProperty
The next activity in the pipeline.- Specified by:
getNext
in interfaceCfnPipeline.LambdaProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-