Skip to content

Commit

Permalink
cloudwatchlogs_log_group_metric_filter: add version_added to new options
Browse files Browse the repository at this point in the history
  • Loading branch information
jmisset-cb committed Oct 7, 2024
1 parent 27b079b commit 8f52905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/cloudwatchlogs_log_group_metric_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@
- The unit of the value.
- The various options are available `here <https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html>`.
type: str
version_added: 8.3.0
dimensions:
description:
- A dimension is a name/value pair that is a part of the identity of a metric.
- You can assign up to 3 dimensions to a metric.
- Dimensions are only supported for JSON or space-delimited metric filters.
- The I(default_value) and I(dimensions) options are mutually exclusive.
type: dict
version_added: 8.3.0
extends_documentation_fragment:
- amazon.aws.common.modules
- amazon.aws.region.modules
Expand Down

0 comments on commit 8f52905

Please sign in to comment.