Class: DatadogAPIClient::V2::AWSLogSourceTagFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSLogSourceTagFilter
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#source ⇒ Object
The AWS log source to which the tag filters defined in
tagsare applied. -
#tags ⇒ Object
The AWS resource tags to filter on for the log source specified by
source.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#source ⇒ Object
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 |
#tags ⇒ Object
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 end |