FilteringTag interface

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

Properties

action

Valid actions for a filtering tag. Exclusion takes priority over inclusion.

name

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

value

The value of the tag.

Property Details

action

Valid actions for a filtering tag. Exclusion takes priority over inclusion.

action?: string

Property Value

string

name

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

name?: string

Property Value

string

value

The value of the tag.

value?: string

Property Value

string