Module Values.DeadLetterConfigSource

Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ). For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.

Sourcetype nonrec t = {
  1. arn : ResourceArn.t option;
    (*

    The ARN of the SQS queue specified as the target for the dead-letter queue.

    *)
}
Sourceval make : ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t