#[non_exhaustive]pub struct AwsLambdaFunctionDeadLetterConfig { /* private fields */ }
Expand description
The dead-letter queue for failed asynchronous invocations.
Implementations§
source§impl AwsLambdaFunctionDeadLetterConfig
impl AwsLambdaFunctionDeadLetterConfig
sourcepub fn target_arn(&self) -> Option<&str>
pub fn target_arn(&self) -> Option<&str>
The ARN of an SQS queue or SNS topic.
source§impl AwsLambdaFunctionDeadLetterConfig
impl AwsLambdaFunctionDeadLetterConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsLambdaFunctionDeadLetterConfig
.
Trait Implementations§
source§impl Clone for AwsLambdaFunctionDeadLetterConfig
impl Clone for AwsLambdaFunctionDeadLetterConfig
source§fn clone(&self) -> AwsLambdaFunctionDeadLetterConfig
fn clone(&self) -> AwsLambdaFunctionDeadLetterConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsLambdaFunctionDeadLetterConfig> for AwsLambdaFunctionDeadLetterConfig
impl PartialEq<AwsLambdaFunctionDeadLetterConfig> for AwsLambdaFunctionDeadLetterConfig
source§fn eq(&self, other: &AwsLambdaFunctionDeadLetterConfig) -> bool
fn eq(&self, other: &AwsLambdaFunctionDeadLetterConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.