aws.logs.describe_delivery_destinations
Example SQL Queries
SELECT * FROMaws.logs.describe_delivery_destinations;Description
Retrieves a list of the delivery destinations 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 destination. | VARCHAR |
| delivery_destination_configuration A structure that contains the ARN of the Amazon Web Services resource that will receive the logs. | STRUCT( |
Show child fields
| |
| delivery_destination_type Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose. | VARCHAR |
| name The name of this delivery destination. | VARCHAR |
| output_format The format of the logs that are sent to this delivery destination. | VARCHAR |
| tags The tags that have been assigned to this delivery destination. | MAP(VARCHAR, VARCHAR) |