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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnPipeline.LambdaProperty
CfnPipeline.LambdaProperty.Builder, CfnPipeline.LambdaProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.LambdaProperty.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 NumberThe number of messages passed to the Lambda function for processing.final StringThe name of the Lambda function that is run on the message.final StringgetName()The name of the 'lambda' activity.final StringgetNext()The next activity in the pipeline.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 theCfnPipeline.LambdaProperty.Builder.
-
-
Method Details
-
getBatchSize
Description copied from interface:CfnPipeline.LambdaPropertyThe 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:
getBatchSizein interfaceCfnPipeline.LambdaProperty
-
getLambdaName
Description copied from interface:CfnPipeline.LambdaPropertyThe name of the Lambda function that is run on the message.- Specified by:
getLambdaNamein interfaceCfnPipeline.LambdaProperty
-
getName
Description copied from interface:CfnPipeline.LambdaPropertyThe name of the 'lambda' activity.- Specified by:
getNamein interfaceCfnPipeline.LambdaProperty
-
getNext
Description copied from interface:CfnPipeline.LambdaPropertyThe next activity in the pipeline.- Specified by:
getNextin interfaceCfnPipeline.LambdaProperty
-
$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()
-