You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**instance_selection_tags** | **dict(str, str)** | A string->string map of white list of AWS instance tag-value pairs (in AWS). If the instance's AWS tags match this whitelist, CloudWatch data about this instance is ingested. Multiple entries are OR'ed | [optional]
7
+
**instance_selection_tags** | **dict(str, str)** | A string->string map of allow list of AWS instance tag-value pairs (in AWS). If the instance's AWS tags match this allow list, CloudWatch data about this instance is ingested. Multiple entries are OR'ed | [optional]
8
+
**instance_selection_tags_expr** | **str** | A string expressing the allow list of AWS instance tag-value pairs. If the instance's AWS tags match this allow list, CloudWatch data about this instance is ingested. Multiple entries are OR'ed and also OR'ed with entries from instanceSelectionTags. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". | [optional]
8
9
**metric_filter_regex** | **str** | A regular expression that a CloudWatch metric name must match (case-insensitively) in order to be ingested | [optional]
9
10
**namespaces** | **list[str]** | A list of namespace that limit what we query from CloudWatch. | [optional]
10
11
**point_tag_filter_regex** | **str** | A regular expression that AWS tag key name must match (case-insensitively) in order to be ingested | [optional]
11
-
**volume_selection_tags** | **dict(str, str)** | A string->string map of white list of AWS volume tag-value pairs (in AWS). If the volume's AWS tags match this whitelist, CloudWatch data about this volume is ingested. Multiple entries are OR'ed | [optional]
12
+
**volume_selection_tags** | **dict(str, str)** | A string->string map of allow list of AWS volume tag-value pairs (in AWS). If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested. Multiple entries are OR'ed | [optional]
13
+
**volume_selection_tags_expr** | **str** | A string expressing the allow list of AWS volume tag-value pairs. If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested. Multiple entries are OR'ed and also OR'ed with entries from volumeSelectionTags. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". | [optional]
12
14
13
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**host_name_tags** | **list[str]** | A list of AWS instance tags that, when found, will be used as the \"source\" name in a series. Default: [\"hostname\", \"host\", \"name\"]. If no tag in this list is found, the series source is set to the instance id. | [optional]
8
+
**instance_selection_tags_expr** | **str** | A string expressing the allow list of AWS instance tag-value pairs. If the instance's AWS tags match this allow list, data about this instance is ingested from EC2 APIs Multiple entries are OR'ed. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". | [optional]
9
+
**metric_filter_regex** | **str** | A regular expression that a metric name must match (case-insensitively) in order to be ingested | [optional]
10
+
**point_tag_filter_regex** | **str** | A regular expression that AWS tag key name must match (case-insensitively) in order to be ingested | [optional]
11
+
**volume_selection_tags_expr** | **str** | A string expressing the allow list of AWS volume tag-value pairs. If the volume's AWS tags match this allow list, Data about this volume is ingested from EBS APIs. Multiple entries are OR'ed. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". | [optional]
8
12
9
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
"""Gets the instance_selection_tags of this CloudWatchConfiguration. # noqa: E501
99
109
100
-
A string->string map of white list of AWS instance tag-value pairs (in AWS). If the instance's AWS tags match this whitelist, CloudWatch data about this instance is ingested. Multiple entries are OR'ed # noqa: E501
110
+
A string->string map of allow list of AWS instance tag-value pairs (in AWS). If the instance's AWS tags match this allow list, CloudWatch data about this instance is ingested. Multiple entries are OR'ed # noqa: E501
101
111
102
112
:return: The instance_selection_tags of this CloudWatchConfiguration. # noqa: E501
"""Sets the instance_selection_tags of this CloudWatchConfiguration.
110
120
111
-
A string->string map of white list of AWS instance tag-value pairs (in AWS). If the instance's AWS tags match this whitelist, CloudWatch data about this instance is ingested. Multiple entries are OR'ed # noqa: E501
121
+
A string->string map of allow list of AWS instance tag-value pairs (in AWS). If the instance's AWS tags match this allow list, CloudWatch data about this instance is ingested. Multiple entries are OR'ed # noqa: E501
112
122
113
123
:param instance_selection_tags: The instance_selection_tags of this CloudWatchConfiguration. # noqa: E501
"""Gets the instance_selection_tags_expr of this CloudWatchConfiguration. # noqa: E501
132
+
133
+
A string expressing the allow list of AWS instance tag-value pairs. If the instance's AWS tags match this allow list, CloudWatch data about this instance is ingested. Multiple entries are OR'ed and also OR'ed with entries from instanceSelectionTags. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". # noqa: E501
134
+
135
+
:return: The instance_selection_tags_expr of this CloudWatchConfiguration. # noqa: E501
"""Sets the instance_selection_tags_expr of this CloudWatchConfiguration.
143
+
144
+
A string expressing the allow list of AWS instance tag-value pairs. If the instance's AWS tags match this allow list, CloudWatch data about this instance is ingested. Multiple entries are OR'ed and also OR'ed with entries from instanceSelectionTags. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". # noqa: E501
145
+
146
+
:param instance_selection_tags_expr: The instance_selection_tags_expr of this CloudWatchConfiguration. # noqa: E501
"""Gets the volume_selection_tags of this CloudWatchConfiguration. # noqa: E501
191
224
192
-
A string->string map of white list of AWS volume tag-value pairs (in AWS). If the volume's AWS tags match this whitelist, CloudWatch data about this volume is ingested. Multiple entries are OR'ed # noqa: E501
225
+
A string->string map of allow list of AWS volume tag-value pairs (in AWS). If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested. Multiple entries are OR'ed # noqa: E501
193
226
194
227
:return: The volume_selection_tags of this CloudWatchConfiguration. # noqa: E501
"""Sets the volume_selection_tags of this CloudWatchConfiguration.
202
235
203
-
A string->string map of white list of AWS volume tag-value pairs (in AWS). If the volume's AWS tags match this whitelist, CloudWatch data about this volume is ingested. Multiple entries are OR'ed # noqa: E501
236
+
A string->string map of allow list of AWS volume tag-value pairs (in AWS). If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested. Multiple entries are OR'ed # noqa: E501
204
237
205
238
:param volume_selection_tags: The volume_selection_tags of this CloudWatchConfiguration. # noqa: E501
206
239
:type: dict(str, str)
207
240
"""
208
241
209
242
self._volume_selection_tags=volume_selection_tags
210
243
244
+
@property
245
+
defvolume_selection_tags_expr(self):
246
+
"""Gets the volume_selection_tags_expr of this CloudWatchConfiguration. # noqa: E501
247
+
248
+
A string expressing the allow list of AWS volume tag-value pairs. If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested. Multiple entries are OR'ed and also OR'ed with entries from volumeSelectionTags. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". # noqa: E501
249
+
250
+
:return: The volume_selection_tags_expr of this CloudWatchConfiguration. # noqa: E501
"""Sets the volume_selection_tags_expr of this CloudWatchConfiguration.
258
+
259
+
A string expressing the allow list of AWS volume tag-value pairs. If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested. Multiple entries are OR'ed and also OR'ed with entries from volumeSelectionTags. Key-value pairs in the string are separated by commas and in the form k=v. Example: \"k1=v1, k1=v2, k3=v3\". # noqa: E501
260
+
261
+
:param volume_selection_tags_expr: The volume_selection_tags_expr of this CloudWatchConfiguration. # noqa: E501
0 commit comments