Struct rusoto_lambda::DeadLetterConfig [] [src]

pub struct DeadLetterConfig {
    pub target_arn: Option<String>,
}

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

Fields

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

Trait Implementations

impl Default for DeadLetterConfig
[src]

Returns the "default value" for a type. Read more

impl Debug for DeadLetterConfig
[src]

Formats the value using the given formatter.

impl Clone for DeadLetterConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more