cloudwatchlogs_describe_subscription_filters {paws.management} | R Documentation |
Lists the subscription filters for the specified log group
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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_subscription_filters/ for full documentation.
Usage
cloudwatchlogs_describe_subscription_filters(
logGroupName,
filterNamePrefix = NULL,
nextToken = NULL,
limit = NULL
)
Arguments
logGroupName |
[required] The name of the log group. |
filterNamePrefix |
The prefix to match. If you don't specify a value, no prefix filter is applied. |
nextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
limit |
The maximum number of items returned. If you don't specify a value, the default is up to 50 items. |
[Package paws.management version 0.9.0 Index]