interface LambdaFunctionProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.CfnComponentType.LambdaFunctionProperty |
![]() | software.amazon.awscdk.services.iottwinmaker.CfnComponentType.LambdaFunctionProperty |
![]() | aws_cdk.aws_iottwinmaker.CfnComponentType.LambdaFunctionProperty |
![]() | @aws-cdk/aws-iottwinmaker » CfnComponentType » LambdaFunctionProperty |
The Lambda function.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iottwinmaker from '@aws-cdk/aws-iottwinmaker';
const lambdaFunctionProperty: iottwinmaker.CfnComponentType.LambdaFunctionProperty = {
arn: 'arn',
};
Properties
Name | Type | Description |
---|---|---|
arn | string | The Lambda function ARN. |
arn
Type:
string
The Lambda function ARN.