Struct cfn::aws::lambda::function::DeadLetterConfig [] [src]

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

Fields

Property TargetArn.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for DeadLetterConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DeadLetterConfig
[src]

[src]

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

Auto Trait Implementations