Struct rusoto_lambda::DeadLetterConfig[][src]

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

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). For more information, see dlq.

Fields

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). dlq. For more information, see 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. Read more

impl Clone for DeadLetterConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeadLetterConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations