Condition
Contains an array of triplets made up of a condition type (such as
StringEquals), a key, and a value. Used to filter resources using their
tags and assign them to a backup plan. Case sensitive.
Contents
- ConditionKey
-
The key in a key-value pair. For example, in the tag
Department: Accounting,Departmentis the key.Type: String
Required: Yes
- ConditionType
-
An operation applied to a key-value pair used to assign resources to your backup plan. Condition only supports
StringEquals. For more flexible assignment options, includingStringLikeand the ability to exclude resources from your backup plan, useConditions(with an "s" on the end) for yourBackupSelection.Type: String
Valid Values:
STRINGEQUALSRequired: Yes
- ConditionValue
-
The value in a key-value pair. For example, in the tag
Department: Accounting,Accountingis the value.Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: