ChainedInvokeOptions - AWS Lambda

ChainedInvokeOptions

Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.

Contents

FunctionName

The name or ARN of the Lambda function to invoke.

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

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 AWS SDKs, see the following: