AWS::Backup::BackupSelection ConditionParameter
Includes information about tags you define to assign tagged resources to a backup plan.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ConditionKey" :String, "ConditionValue" :String}
YAML
ConditionKey:StringConditionValue:String
Properties
ConditionKey-
The key in a key-value pair. For example, in the tag
Department: Accounting,Departmentis the key.Required: No
Type: String
Update requires: Replacement
ConditionValue-
The value in a key-value pair. For example, in the tag
Department: Accounting,Accountingis the value.Required: No
Type: String
Update requires: Replacement