delivery_source_tags
Expands all tag keys and values for delivery_sources
in a region
Overview
Name | delivery_source_tags |
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_source_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The unique name of the Log source. |
arn | string | The Amazon Resource Name (ARN) that uniquely identifies this delivery source. |
resource_arns | array | This array contains the ARN of the AWS resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array. |
resource_arn | string | The ARN of the resource that will be sending the logs. |
service | string | The AWS service that is sending logs. |
log_type | string | The type of logs being delivered. Only mandatory when the resourceArn could match more than one. In such a case, the error message will contain all the possible options. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all delivery_sources
in a region.
SELECT
region,
name,
arn,
resource_arns,
resource_arn,
service,
log_type,
tag_key,
tag_value
FROM aws.logs.delivery_source_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the delivery_source_tags
resource, see delivery_sources