LambdaFunctionRecipeSource

Contains information about an Lambda function to import to create a component.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The component versions on which this Lambda function component depends.

Link copied to clipboard

The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.

Link copied to clipboard

The name of the component.

Link copied to clipboard

The platforms that the component version supports.

Link copied to clipboard

The version of the component.

Link copied to clipboard

The ARN of the Lambda function. The ARN must include the version of the function to import. You can't use version aliases like $LATEST.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String