Class IotToLambdaProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.iotlambda.IotToLambdaProps.Jsii$Proxy
- All Implemented Interfaces:
IotToLambdaProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IotToLambdaProps
@Internal
public static final class IotToLambdaProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IotToLambdaProps
An implementation for
IotToLambdaProps-
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.iotlambda.IotToLambdaProps
IotToLambdaProps.Builder, IotToLambdaProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(IotToLambdaProps.Builder builder) Constructor that initializes the object based on literal property values passed by theIotToLambdaProps.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 software.amazon.awscdk.services.lambda.FunctionOptional - instance of an existing Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.iot.CfnTopicRulePropsUser provided CfnTopicRuleProps to override the defaults.final software.amazon.awscdk.services.lambda.FunctionPropsOptional - user provided props to override the default props for the Lambda function.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 theIotToLambdaProps.Builder.
-
-
Method Details
-
getIotTopicRuleProps
public final software.amazon.awscdk.services.iot.CfnTopicRuleProps getIotTopicRuleProps()Description copied from interface:IotToLambdaPropsUser provided CfnTopicRuleProps to override the defaults.Default: - None
- Specified by:
getIotTopicRulePropsin interfaceIotToLambdaProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:IotToLambdaPropsOptional - instance of an existing Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceIotToLambdaProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:IotToLambdaPropsOptional - user provided props to override the default props for the Lambda function.Providing both this and
existingLambdaObjcauses an error.Default: - Default props are used
- Specified by:
getLambdaFunctionPropsin interfaceIotToLambdaProps
-
$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()
-