Show / Hide Table of Contents

Class FunctionDeadLetterConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionDeadLetterConfigArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionDeadLetterConfigArgs : ResourceArgs

Constructors

View Source

FunctionDeadLetterConfigArgs()

Declaration
public FunctionDeadLetterConfigArgs()

Properties

View Source

TargetArn

The ARN of an SNS topic or SQS queue to notify when an invocation fails. If this option is used, the function's IAM role must be granted suitable access to write to the target object, which means allowing either the sns:Publish or sqs:SendMessage action on this ARN, depending on which service is targeted.

Declaration
public Input<string> TargetArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.