AWS::Backup::BackupSelection ConditionResourceType
Specifies an object that 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConditionKey" :
String
, "ConditionType" :String
, "ConditionValue" :String
}
YAML
ConditionKey:
String
ConditionType:String
ConditionValue:String
Properties
ConditionKey
-
The key in a key-value pair. For example, in
"Department": "accounting"
,"Department"
is the key.Required: Yes
Type: String
Update requires: Replacement
ConditionType
-
An operation, such as
STRINGEQUALS
, that is applied to a key-value pair used to filter resources in a selection.Required: Yes
Type: String
Update requires: Replacement
ConditionValue
-
The value in a key-value pair. For example, in
"Department": "accounting"
,"accounting"
is the value.Required: Yes
Type: String
Update requires: Replacement