SelectionSelectionTagArgs

data class SelectionSelectionTagArgs(val key: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<SelectionSelectionTagArgs>

Constructors

Link copied to clipboard
fun SelectionSelectionTagArgs(key: Output<String>, type: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The key in a key-value pair.

Link copied to clipboard
val type: Output<String>

An operation, such as StringEquals, that is applied to a key-value pair used to filter resources in a selection.

Link copied to clipboard
val value: Output<String>

The value in a key-value pair.