BackupSelectionConditionResourceTypeArgs

data class BackupSelectionConditionResourceTypeArgs(val conditionKey: Output<String>, val conditionType: Output<String>, val conditionValue: Output<String>) : ConvertibleToJava<BackupSelectionConditionResourceTypeArgs>

Constructors

Link copied to clipboard
constructor(conditionKey: Output<String>, conditionType: Output<String>, conditionValue: Output<String>)

Properties

Link copied to clipboard
val conditionKey: Output<String>

The key in a key-value pair. For example, in "Department": "accounting" , "Department" is the key.

Link copied to clipboard
val conditionType: 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 conditionValue: Output<String>

The value in a key-value pair. For example, in "Department": "accounting" , "accounting" is the value.

Functions

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