interface IFunctionRef
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.IFunctionRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#IFunctionRef |
![]() | software.amazon.awscdk.services.lambda.IFunctionRef |
![]() | aws_cdk.aws_lambda.IFunctionRef |
![]() | aws-cdk-lib » aws_lambda » IFunctionRef |
Implemented by
Edge
, Alias
, Cfn
, Docker
, Function
, Singleton
, Version
, Nodejs
, Trigger
, Go
, Python
Indicates that this resource can be referenced as a Function.
Properties
Name | Type | Description |
---|---|---|
function | Function | A reference to a Function resource. |
node | Node | The tree node. |
functionRef
Type:
Function
A reference to a Function resource.
node
Type:
Node
The tree node.