Struct aws_sdk_lambda::output::update_function_event_invoke_config_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateFunctionEventInvokeConfigOutput
Implementations
The date and time that the configuration was last updated.
The date and time that the configuration was last updated.
The Amazon Resource Name (ARN) of the function.
The Amazon Resource Name (ARN) of the function.
The maximum number of times to retry when the function returns an error.
The maximum number of times to retry when the function returns an error.
The maximum age of a request that Lambda sends to a function for processing.
The maximum age of a request that Lambda sends to a function for processing.
A destination for events after they have been sent to a function for processing.
Destinations
-
Function - The Amazon Resource Name (ARN) of a Lambda function.
-
Queue - The ARN of an SQS queue.
-
Topic - The ARN of an SNS topic.
-
Event Bus - The ARN of an Amazon EventBridge event bus.
A destination for events after they have been sent to a function for processing.
Destinations
-
Function - The Amazon Resource Name (ARN) of a Lambda function.
-
Queue - The ARN of an SQS queue.
-
Topic - The ARN of an SNS topic.
-
Event Bus - The ARN of an Amazon EventBridge event bus.
Consumes the builder and constructs a UpdateFunctionEventInvokeConfigOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more