aws.logs.describe_destinations
Example SQL Queries
SELECT * FROMaws.logs.describe_destinations;Description
Lists all your destinations. The results are ASCII-sorted by destination name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| destination_name_prefix Input Column The prefix to match. If you don't specify a value, no prefix filter is applied. | VARCHAR |
| _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 |
| access_policy An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination. | VARCHAR |
| arn The ARN of this destination. | VARCHAR |
| creation_time The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. | BIGINT |
| destination_name The name of the destination. | VARCHAR |
| role_arn A role for impersonation, used when delivering log events to the target. | VARCHAR |
| target_arn The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream). | VARCHAR |