| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.PutMetricFilter
Description
Creates or updates a metric filter and associates it with the specified log
group. Metric filters allow you to configure rules to extract metric data
from log events ingested through PutLogEvents requests.
http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutMetricFilter.html
- data PutMetricFilter
- putMetricFilter :: Text -> Text -> Text -> NonEmpty MetricTransformation -> PutMetricFilter
- pmfFilterName :: Lens' PutMetricFilter Text
- pmfFilterPattern :: Lens' PutMetricFilter Text
- pmfLogGroupName :: Lens' PutMetricFilter Text
- pmfMetricTransformations :: Lens' PutMetricFilter (NonEmpty MetricTransformation)
- data PutMetricFilterResponse
- putMetricFilterResponse :: PutMetricFilterResponse
Request
data PutMetricFilter Source
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> NonEmpty MetricTransformation | |
| -> PutMetricFilter |
PutMetricFilter constructor.
The fields accessible through corresponding lenses are: