Struct cfn::aws::lambda::function::DeadLetterConfig
[−]
[src]
pub struct DeadLetterConfig { pub target_arn: Option<Value<String>>, }
The AWS::Lambda::Function.DeadLetterConfig
property type.
Fields
target_arn: Option<Value<String>>
Property TargetArn
.
Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.
Trait Implementations
impl Debug for DeadLetterConfig
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Default for DeadLetterConfig
[src]
fn default() -> DeadLetterConfig
[src]
Returns the "default value" for a type. Read more