Condition
Contains an array of triplets made up of a condition type (such as
StringEquals
), a key, and a value. Conditions are used to filter resources
in a selection that is assigned to a backup plan.
Contents
- ConditionKey
-
The key in a key-value pair. For example, in
"ec2:ResourceTag/Department": "accounting"
,"ec2:ResourceTag/Department"
is the key.Type: String
Required: Yes
- ConditionType
-
An operation, such as
StringEquals
, that is applied to a key-value pair used to filter resources in a selection.Type: String
Valid Values:
STRINGEQUALS
Required: Yes
- ConditionValue
-
The value in a key-value pair. For example, in
"ec2:ResourceTag/Department": "accounting"
,"accounting"
is 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: