You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check out the [considerations for using a dead-letter queue](https://docs.aws.amazon.com/eventbridge/latest/userguide/rule-dlq.html#dlq-considerations).
32
+
*
33
+
* The events not successfully delivered are automatically retried for a specified period of time,
34
+
* depending on the retry policy of the target.
35
+
* If an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue.
36
+
*
37
+
* @default - no dead-letter queue
38
+
*/
39
+
readonlydeadLetterQueue?: sqs.IQueue;
27
40
}
28
41
29
42
/**
@@ -39,9 +52,15 @@ export class CodeBuildProject implements events.IRuleTarget {
39
52
* Allows using build projects as event rule targets.
0 commit comments