Skip to main content

subscription_filters

Retrieves a list of subscription_filters in a region

Overview

Namesubscription_filters
TypeResource
Descriptionsubscription_filters
Idawscc.logs.subscription_filters

Fields

NameDatatypeDescription
filter_namestringThe name of the filter generated by resource.
log_group_namestringExisting log group that you want to associate with this filter.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
filter_name,
log_group_name
FROM awscc.logs.subscription_filters
WHERE region = 'us-east-1'

Permissions

To operate on the subscription_filters resource, the following permissions are required:

Create

iam:PassRole,
logs:PutSubscriptionFilter,
logs:DescribeSubscriptionFilters

List

logs:DescribeSubscriptionFilters