This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EventsV2::Subscriber LambdaParameters
Parameters for invoking an Amazon Lambda function target.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DurableExecutionName" :String, "InvocationTimeoutSeconds" :String, "InvocationType" :String, "Qualifier" :String, "TenantId" :String}
YAML
DurableExecutionName:StringInvocationTimeoutSeconds:StringInvocationType:StringQualifier:StringTenantId: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