View a markdown version of this page

AWS::EventsV2::Subscriber LambdaParameters - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EventsV2::Subscriber LambdaParameters

Parameters for invoking an AWS Lambda function target.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DurableExecutionName" : String, "InvocationTimeoutSeconds" : String, "InvocationType" : String, "Qualifier" : String, "TenantId" : String }

YAML

DurableExecutionName: String InvocationTimeoutSeconds: String InvocationType: String Qualifier: String TenantId: String

Properties

DurableExecutionName

A unique name for a durable function execution. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption

InvocationTimeoutSeconds

The timeout in seconds for each invocation of the target, written as a string. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption

InvocationType

How the function is invoked: EVENT (asynchronous) or REQUEST_RESPONSE (synchronous).

Required: No

Type: String

Update requires: No interruption

Qualifier

The version or alias of the Lambda function to invoke. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption

TenantId

The tenant identifier for multi-tenant Lambda functions. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption