aws.ds.list_log_subscriptions
Example SQL Queries
SELECT * FROMaws.ds.list_log_subscriptions;Description
Lists the active log subscriptions for the Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Input Column Identifier (ID) of the directory that you want to associate with the log subscription. | 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 |
| log_group_name The name of the log group. | VARCHAR |
| subscription_created_date_time The date and time that the log subscription was created. | TIMESTAMP_S |