Class: DatadogAPIClient::V2::AWSMetricsConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSMetricsConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_metrics_config.rb
Overview
AWS Metrics config
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#automute_enabled ⇒ Object
Enable EC2 automute for AWS metrics.
-
#collect_cloudwatch_alarms ⇒ Object
Enable CloudWatch alarms collection.
-
#collect_custom_metrics ⇒ Object
Enable custom metrics collection.
-
#enabled ⇒ Object
Enable AWS metrics collection.
-
#namespace_filters ⇒ Object
AWS Metrics namespace filters.
-
#tag_filters ⇒ Object
AWS Metrics tag filters list.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 42 def additional_properties @additional_properties end |
#automute_enabled ⇒ Object
Enable EC2 automute for AWS metrics
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 25 def automute_enabled @automute_enabled end |
#collect_cloudwatch_alarms ⇒ Object
Enable CloudWatch alarms collection
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 28 def collect_cloudwatch_alarms @collect_cloudwatch_alarms end |
#collect_custom_metrics ⇒ Object
Enable custom metrics collection
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 31 def collect_custom_metrics @collect_custom_metrics end |
#enabled ⇒ Object
Enable AWS metrics collection
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 34 def enabled @enabled end |
#namespace_filters ⇒ Object
AWS Metrics namespace filters
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 37 def namespace_filters @namespace_filters end |
#tag_filters ⇒ Object
AWS Metrics tag filters list
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aws_metrics_config.rb', line 40 def tag_filters @tag_filters end |