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

Copyright(c) 2013-2015 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.DescribeSubscriptionFilters

Contents

Description

Returns all the subscription 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 subscription filters. If there are more subscription filters to list, the response would contain a nextToken value in the response body. You can also limit the number of subscription filters returned in the response by specifying the limit parameter in the request.

See: AWS API Reference for DescribeSubscriptionFilters.

This operation returns paginated results.

Synopsis

Creating a Request

describeSubscriptionFilters Source

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

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

Request Lenses

dsfFilterNamePrefix :: Lens' DescribeSubscriptionFilters (Maybe Text) Source

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

dsfLogGroupName :: Lens' DescribeSubscriptionFilters Text Source

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

Destructuring the Response

describeSubscriptionFiltersResponse Source

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

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

Response Lenses