interface IFunctionRef
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.IFunctionRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#IFunctionRef |
![]() | software.amazon.awscdk.services.sam.IFunctionRef |
![]() | aws_cdk.aws_sam.IFunctionRef |
![]() | aws-cdk-lib » aws_sam » IFunctionRef |
Implemented by
Cfn
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.