AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about which resources to include or exclude from a backup plan using their tags. Conditions are case sensitive.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.Conditions

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class Conditions

The Conditions type exposes the following members

Constructors

NameDescription
Public Method Conditions()

Properties

NameTypeDescription
Public Property StringEquals System.Collections.Generic.List<Amazon.Backup.Model.ConditionParameter>

Gets and sets the property StringEquals.

Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."

Public Property StringLike System.Collections.Generic.List<Amazon.Backup.Model.ConditionParameter>

Gets and sets the property StringLike.

Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string. For example, "prod*" or "*rod*" matches the tag value "production".

Public Property StringNotEquals System.Collections.Generic.List<Amazon.Backup.Model.ConditionParameter>

Gets and sets the property StringNotEquals.

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."

Public Property StringNotLike System.Collections.Generic.List<Amazon.Backup.Model.ConditionParameter>

Gets and sets the property StringNotLike.

Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5