Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::GreengrassV2::ComponentVersion LambdaFunctionRecipeSource

Focus mode
AWS::GreengrassV2::ComponentVersion LambdaFunctionRecipeSource - AWS CloudFormation
Filter View

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

ComponentDependencies

The component versions on which this Lambda function component depends.

Required: No

Type: Object of ComponentDependencyRequirement

Update requires: Replacement

ComponentLambdaParameters

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

Required: No

Type: LambdaExecutionParameters

Update requires: Replacement

ComponentName

The name of the component.

Defaults to the name of the Lambda function.

Required: No

Type: String

Update requires: Replacement

ComponentPlatforms

The platforms that the component version supports.

Required: No

Type: Array of ComponentPlatform

Update requires: Replacement

ComponentVersion

The version of the component.

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.

Required: No

Type: String

Update requires: Replacement

LambdaArn

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.

Required: No

Type: String

Pattern: ^arn:[^:]*:lambda:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$

Update requires: Replacement

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.