subscription_filters
Retrieves a list of subscription_filters
in a region
Overview
Name | subscription_filters |
Type | Resource |
Description | subscription_filters |
Id | awscc.logs.subscription_filters |
Fields
Name | Datatype | Description |
---|---|---|
filter_name | string | The name of the filter generated by resource. |
log_group_name | string | Existing log group that you want to associate with this filter. |
region | string | AWS 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