AWSLambdaDeadLetterConfig

Objective-C

@interface AWSLambdaDeadLetterConfig

Swift

class AWSLambdaDeadLetterConfig

The dead-letter queue for failed asynchronous invocations.

  • The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable targetArn;

    Swift

    var targetArn: String? { get set }