class Amazonite::Lambda::ChainedInvokeOptions

Overview

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

Included Modules

Defined in:

lambda/chained_invoke_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(function_name : String, tenant_id : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def function_name : String #

The name or ARN of the Lambda function to invoke.


[View source]
def function_name=(function_name : String) #

The name or ARN of the Lambda function to invoke.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def tenant_id : String | Nil #

The tenant identifier for the chained invocation.


[View source]
def tenant_id=(tenant_id : String | Nil) #

The tenant identifier for the chained invocation.


[View source]
def validate! : Nil #

[View source]