aws.logs.describe_delivery_sources
Example SQL Queries
SELECT * FROMaws.logs.describe_delivery_sources;Description
Retrieves a list of the delivery sources that have been created in the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) that uniquely identifies this delivery source. | VARCHAR |
| log_type The type of log that the source is sending. For valid values for this parameter, see the documentation for the source service. | VARCHAR |
| name The unique name of the delivery source. | VARCHAR |
| resource_arns 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. | VARCHAR[] |
Show child fields
| |
| service The Amazon Web Services service that is sending logs. | VARCHAR |
| tags The tags that have been assigned to this delivery source. | MAP(VARCHAR, VARCHAR) |