---
title: Amazon CloudWatch Logs Delivery Source
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > DDSQL Reference > Data Directory > Amazon CloudWatch Logs Delivery
  Source
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Amazon CloudWatch Logs Delivery Source

This table represents the Amazon CloudWatch Logs Delivery Source resource from Amazon Web Services.

```
aws.cloudwatchlogs_delivery_source
```

## Fields

| Title                         | ID   | Type          | Data Type                                                                                                                                                                                                                                 | Description |
| ----------------------------- | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                          | core | string        |
| account_id                    | core | string        |
| arn                           | core | string        | The Amazon Resource Name (ARN) that uniquely identifies this delivery source.                                                                                                                                                             |
| delivery_source_configuration | core | hstore        | The map of key-value pairs that configure the delivery source.                                                                                                                                                                            |
| log_type                      | core | string        | The type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.                                                                                                            |
| name                          | core | string        | The unique name of the delivery source.                                                                                                                                                                                                   |
| resource_arns                 | core | array<string> | This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array.                                                                  |
| service                       | core | string        | The Amazon Web Services service that is sending logs.                                                                                                                                                                                     |
| status                        | core | string        | The status of the delivery source. A delivery source can have the status <code>ACTIVE</code> or <code>INACTIVE</code>. Note: This value is defined for selective log types.                                                               |
| status_reason                 | core | string        | The reason for the status of the delivery source. A status reason of <code>RESOURCE_DELETED</code> indicates that the resource associated with the delivery source has been deleted. Note: This value is defined for selective log types. |
| tags                          | core | hstore_csv    |
