ElasticsearchLogsFilteringTagArgs

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

Constructors

Link copied to clipboard
constructor(action: Output<String>, name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val action: Output<String>

Specifies the type of action which should be taken when the Tag matches the name and value. Possible values are Exclude and Include.

Link copied to clipboard
val name: Output<String>

Specifies the name (key) of the Tag which should be filtered.

Link copied to clipboard
val value: Output<String>

Specifies the value of the Tag which should be filtered.

Functions

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