Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.31 KB

CloudWatchConfiguration.md

File metadata and controls

15 lines (11 loc) · 1.31 KB

CloudWatchConfiguration

Properties

Name Type Description Notes
base_credentials AWSBaseCredentials [optional]
metric_filter_regex str A regular expression that a CloudWatch metric name must match (case-insensitively) in order to be ingested [optional]
instance_selection_tags dict(str, str) A comma-separated 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]
volume_selection_tags dict(str, str) A comma-separated 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]
point_tag_filter_regex str A regular expression that AWS tag key name must match (case-insensitively) in order to be ingested [optional]
namespaces list[str] A list of namespace that limit what we query from CloudWatch. [optional]

[Back to Model list] [Back to API list] [Back to README]