AWS::Backup::BackupSelection ConditionParameter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Backup::BackupSelection ConditionParameter

Includes information about tags you define to assign tagged resources to a backup plan.

Include the prefix aws:ResourceTag in your tags. For example, "aws:ResourceTag/TagKey1": "Value1".

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ConditionKey" : String, "ConditionValue" : String }

YAML

ConditionKey: String ConditionValue: String

Properties

ConditionKey

The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.

Required: No

Type: String

Update requires: Replacement

ConditionValue

The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.

Required: No

Type: String

Update requires: Replacement