interface FunctionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.FunctionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#FunctionReference |
Java | software.amazon.awscdk.services.sam.FunctionReference |
Python | aws_cdk.aws_sam.FunctionReference |
TypeScript | aws-cdk-lib » aws_sam » FunctionReference |
A reference to a Function resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const functionReference: sam.FunctionReference = { };

.NET
Go
Java
Python
TypeScript