BackupSelectionConditionParameterArgs

data class BackupSelectionConditionParameterArgs(val conditionKey: Output<String>? = null, val conditionValue: Output<String>? = null) : ConvertibleToJava<BackupSelectionConditionParameterArgs>

Constructors

Link copied to clipboard
constructor(conditionKey: Output<String>? = null, conditionValue: Output<String>? = null)

Properties

Link copied to clipboard
val conditionKey: Output<String>? = null

The key in a key-value pair. For example, in the tag Department: Accounting , Department is the key.

Link copied to clipboard
val conditionValue: Output<String>? = null

The value in a key-value pair. For example, in the tag Department: Accounting , Accounting is the value.

Functions

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