FilteringTag Class

The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.

Inheritance
FilteringTag

Constructor

FilteringTag(*, name: Optional[str] = None, value: Optional[str] = None, action: Optional[Union[str, azure.mgmt.datadog.models._microsoft_datadog_client_enums.TagAction]] = None, **kwargs)

Parameters

name
str
Required

The name (also known as the key) of the tag.

value
str
Required

The value of the tag.

action
str or <xref:microsoft_datadog_client.models.TagAction>
Required

Valid actions for a filtering tag. Exclusion takes priority over inclusion. Possible values include: "Include", "Exclude".