GetElasticsearchLogFilteringTag

data class GetElasticsearchLogFilteringTag(val action: String, val name: String, val value: String) : ConvertibleToJava<GetElasticsearchLogFilteringTag>

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GetElasticsearchLogFilteringTag

Properties

Link copied to clipboard

The type of action which is taken when the Tag matches the name and value.

Link copied to clipboard

The name of the Elasticsearch resource.

Link copied to clipboard

The value of the Tag which should be filtered.