Class: DatadogAPIClient::V2::AWSLogSourceTagFilter

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

Overview

AWS log source tag filter list. Defaults to []. Array of log source to AWS resource tag mappings. Each mapping contains a log source and its associated AWS resource tags (in key:value format) used to filter logs submitted to Datadog. Tag filters are applied for tags on the AWS resource emitting logs; tags associated with the log storage entity (such as a CloudWatch Log Group or S3 Bucket) are not considered. For more information on resource tag filter syntax, see AWS resource exclusion in the AWS integration billing page.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



37
38
39
# File 'lib/datadog_api_client/v2/models/aws_log_source_tag_filter.rb', line 37

def additional_properties
  @additional_properties
end

#sourceObject

The AWS log source to which the tag filters defined in tags are applied.



32
33
34
# File 'lib/datadog_api_client/v2/models/aws_log_source_tag_filter.rb', line 32

def source
  @source
end

#tagsObject

The AWS resource tags to filter on for the log source specified by source.



35
36
37
# File 'lib/datadog_api_client/v2/models/aws_log_source_tag_filter.rb', line 35

def tags
  @tags
end