interface EventInvokeConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.EventInvokeConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#EventInvokeConfigReference |
![]() | software.amazon.awscdk.services.lambda.EventInvokeConfigReference |
![]() | aws_cdk.aws_lambda.EventInvokeConfigReference |
![]() | aws-cdk-lib » aws_lambda » EventInvokeConfigReference |
A reference to a EventInvokeConfig 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 eventInvokeConfigReference: lambda.EventInvokeConfigReference = {
functionName: 'functionName',
qualifier: 'qualifier',
};
Properties
Name | Type | Description |
---|---|---|
function | string | The FunctionName of the EventInvokeConfig resource. |
qualifier | string | The Qualifier of the EventInvokeConfig resource. |
functionName
Type:
string
The FunctionName of the EventInvokeConfig resource.
qualifier
Type:
string
The Qualifier of the EventInvokeConfig resource.