@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSLogSourceTagFilter extends Object
[]. 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.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSLogSourceTagFilter() |
| Modifier and Type | Method and Description |
|---|---|
AWSLogSourceTagFilter |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this AWSLogSourceTagFilter object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getSource()
The AWS log source to which the tag filters defined in
tags are applied. |
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getTags_JsonNullable() |
List<String> |
getTags()
The AWS resource tags to filter on for the log source specified by
source. |
int |
hashCode() |
AWSLogSourceTagFilter |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setSource(String source) |
void |
setTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tags) |
void |
setTags(List<String> tags) |
AWSLogSourceTagFilter |
source(String source) |
AWSLogSourceTagFilter |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TAGS
public AWSLogSourceTagFilter source(String source)
@Nullable public String getSource()
tags are applied.public void setSource(String source)
public AWSLogSourceTagFilter tags(List<String> tags)
public AWSLogSourceTagFilter addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
source.public org.openapitools.jackson.nullable.JsonNullable<List<String>> getTags_JsonNullable()
public void setTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tags)
public AWSLogSourceTagFilter putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.