aws.logs.describe_subscription_filters
Example SQL Queries
SELECT * FROMaws.logs.describe_subscription_filtersWHERE"log_group_name" = 'VALUE';Description
Lists the subscription filters for the specified log group. You can list all the subscription filters or filter the results by prefix. The results are ASCII-sorted by filter name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| log_group_name Required Input Column The name of the log group. | VARCHAR |
| filter_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 |
| creation_time The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. | BIGINT |
| destination_arn The Amazon Resource Name (ARN) of the destination. | VARCHAR |
| distribution The method used to distribute log data to the destination, which can be either random or grouped by log stream. | VARCHAR |
| filter_name The name of the subscription filter. | VARCHAR |
| filter_pattern A symbolic description of how CloudWatch Logs should interpret the data in each log event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message. | VARCHAR |
| role_arn | VARCHAR |