Name | Type | Description | Notes |
---|---|---|---|
base_credentials | AWSBaseCredentials | [optional] | |
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] |
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] |
metric_filter_regex | str | A regular expression that a CloudWatch metric 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] |
point_tag_filter_regex | str | A regular expression that AWS tag key name must match (case-insensitively) in order to be ingested | [optional] |
s3_bucket_name_filter_regex | str | A regular expression that a AWS S3 Bucket name must match (case-insensitively) in order to be ingested | [optional] |
thread_distribution_in_mins | int | ThreadDistributionInMins | [optional] |
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] |
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] |