Interface protos.google.pubsub.v1.IDeadLetterPolicy (2.18.3)

Properties of a DeadLetterPolicy.

Package

@google-cloud/pubsub

Properties

deadLetterTopic

deadLetterTopic?: (string|null);

DeadLetterPolicy deadLetterTopic

Property Value
TypeDescription
(string|null)

maxDeliveryAttempts

maxDeliveryAttempts?: (number|null);

DeadLetterPolicy maxDeliveryAttempts

Property Value
TypeDescription
(number|null)