interface FunctionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.FunctionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#FunctionReference |
![]() | software.amazon.awscdk.services.lambda.FunctionReference |
![]() | aws_cdk.aws_lambda.FunctionReference |
![]() | aws-cdk-lib » aws_lambda » 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_lambda as lambda } from 'aws-cdk-lib';
const functionReference: lambda.FunctionReference = {
functionArn: 'functionArn',
functionName: 'functionName',
};
Properties
Name | Type | Description |
---|---|---|
function | string | The ARN of the Function resource. |
function | string | The FunctionName of the Function resource. |
functionArn
Type:
string
The ARN of the Function resource.
functionName
Type:
string
The FunctionName of the Function resource.