ChainedInvokeStartedDetails - Amazon Lambda
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ChainedInvokeStartedDetails

Contains details about a chained function invocation that has started execution, including start time and execution context.

Contents

FunctionName

The name or ARN of the Lambda function being invoked.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: (arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_\.]+)(:(\$LATEST(\.PUBLISHED)?|[a-zA-Z0-9-_]+))?

Required: Yes

DurableExecutionArn

The Amazon Resource Name (ARN) that identifies the durable execution.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: arn:([a-zA-Z0-9-]+):lambda:([a-zA-Z0-9-]+):(\d{12}):function:([a-zA-Z0-9_-]+):(\$LATEST(?:\.PUBLISHED)?|[0-9]+)/durable-execution/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)

Required: No

ExecutedVersion

The version of the function that was executed.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: (\$LATEST(\.PUBLISHED)?|[0-9]+)

Required: No

Input

The JSON input payload provided to the chained invocation.

Type: EventInput object

Required: No

TenantId

The tenant identifier for the chained invocation.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: [a-zA-Z0-9\._:\/=+\-@ ]+

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: