Class: DatadogAPIClient::V2::AWSMetricsConfig

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aws_metrics_config.rb

Overview

AWS Metrics config

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_enabledObject

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_alarmsObject

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_metricsObject

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

#enabledObject

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_filtersObject

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_filtersObject

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