AWS::Backup::BackupSelection ConditionResourceType - 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 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 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