delivery_sources_list_only
Lists delivery_sources
in a region or regions, for all properties use delivery_sources
Overview
Name | delivery_sources_list_only |
Type | Resource |
Description | A delivery source is an AWS resource that sends logs to an AWS destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some AWS services support being configured as a delivery source. These services are listed as Supported [V2 Permissions] in the table at [Enabling logging from AWS services](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html). |
Id | aws.logs.delivery_sources_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The unique name of the Log source. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all delivery_sources
in a region.
SELECT
region,
name
FROM aws.logs.delivery_sources_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the delivery_sources_list_only
resource, see delivery_sources