@Stability(value=Stable) @Internal public static final class CfnComponentVersion.LambdaFunctionRecipeSourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.LambdaFunctionRecipeSourceProperty
CfnComponentVersion.LambdaFunctionRecipeSourcePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnComponentVersion.LambdaFunctionRecipeSourceProperty.Builder, CfnComponentVersion.LambdaFunctionRecipeSourceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnComponentVersion.LambdaFunctionRecipeSourceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getComponentDependencies()
The component versions on which this Lambda function component depends.
|
Object |
getComponentLambdaParameters()
The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.
|
String |
getComponentName()
The name of the component.
|
Object |
getComponentPlatforms()
The platforms that the component version supports.
|
String |
getComponentVersion()
The version of the component.
|
String |
getLambdaArn()
The ARN of the Lambda function.
|
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(CfnComponentVersion.LambdaFunctionRecipeSourceProperty.Builder builder)
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder.public final Object getComponentDependencies()
CfnComponentVersion.LambdaFunctionRecipeSourcePropertygetComponentDependencies in interface CfnComponentVersion.LambdaFunctionRecipeSourcePropertypublic final Object getComponentLambdaParameters()
CfnComponentVersion.LambdaFunctionRecipeSourcePropertygetComponentLambdaParameters in interface CfnComponentVersion.LambdaFunctionRecipeSourcePropertypublic final String getComponentName()
CfnComponentVersion.LambdaFunctionRecipeSourcePropertyDefaults to the name of the Lambda function.
getComponentName in interface CfnComponentVersion.LambdaFunctionRecipeSourcePropertypublic final Object getComponentPlatforms()
CfnComponentVersion.LambdaFunctionRecipeSourcePropertygetComponentPlatforms in interface CfnComponentVersion.LambdaFunctionRecipeSourcePropertypublic final String getComponentVersion()
CfnComponentVersion.LambdaFunctionRecipeSourceProperty
Defaults to the version of the Lambda function as a semantic version. For example, if your function version is 3 , the component version becomes 3.0.0 .
getComponentVersion in interface CfnComponentVersion.LambdaFunctionRecipeSourcePropertypublic final String getLambdaArn()
CfnComponentVersion.LambdaFunctionRecipeSourceProperty
The ARN must include the version of the function to import. You can't use version aliases like $LATEST .
getLambdaArn in interface CfnComponentVersion.LambdaFunctionRecipeSourceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.