Backup Selection Condition Resource Type Args
data class BackupSelectionConditionResourceTypeArgs(val conditionKey: Output<String>, val conditionType: Output<String>, val conditionValue: Output<String>) : ConvertibleToJava<BackupSelectionConditionResourceTypeArgs>
Properties
Link copied to clipboard
The key in a key-value pair. For example, in "Department": "accounting" , "Department" is the key.
Link copied to clipboard
An operation, such as STRINGEQUALS , that is applied to a key-value pair used to filter resources in a selection.
Link copied to clipboard
The value in a key-value pair. For example, in "Department": "accounting" , "accounting" is the value.