amazonka-cloudwatch-logs-1.4.0: Amazon CloudWatch Logs SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudWatchLogs.DescribeMetricFilters

Contents

Description

Returns all the metrics filters associated with the specified log group. The list returned in the response is ASCII-sorted by filter name.

By default, this operation returns up to 50 metric filters. If there are more metric filters to list, the response would contain a nextToken value in the response body. You can also limit the number of metric filters returned in the response by specifying the limit parameter in the request.

This operation returns paginated results.

Synopsis

Creating a Request

describeMetricFilters Source

Creates a value of DescribeMetricFilters with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dmfFilterNamePrefix :: Lens' DescribeMetricFilters (Maybe Text) Source

Will only return metric filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.

dmfNextToken :: Lens' DescribeMetricFilters (Maybe Text) Source

A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous DescribeMetricFilters request.

dmfLimit :: Lens' DescribeMetricFilters (Maybe Natural) Source

The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.

dmfLogGroupName :: Lens' DescribeMetricFilters Text Source

The log group name for which metric filters are to be listed.

Destructuring the Response

describeMetricFiltersResponse Source

Creates a value of DescribeMetricFiltersResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses