Skip to content

/AWS1/CL_BUPCONDITIONS

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

CONSTRUCTOR

IMPORTING

Optional arguments:

it_stringequals TYPE /AWS1/CL_BUPCONDITIONPARAMETER=>TT_CONDITIONPARAMETERS TT_CONDITIONPARAMETERS

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

it_stringnotequals TYPE /AWS1/CL_BUPCONDITIONPARAMETER=>TT_CONDITIONPARAMETERS TT_CONDITIONPARAMETERS

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."

it_stringlike TYPE /AWS1/CL_BUPCONDITIONPARAMETER=>TT_CONDITIONPARAMETERS TT_CONDITIONPARAMETERS

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".

it_stringnotlike TYPE /AWS1/CL_BUPCONDITIONPARAMETER=>TT_CONDITIONPARAMETERS TT_CONDITIONPARAMETERS

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


Queryable Attributes

StringEquals

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

Accessible with the following methods

Method Description
GET_STRINGEQUALS() Getter for STRINGEQUALS, with configurable default
ASK_STRINGEQUALS() Getter for STRINGEQUALS w/ exceptions if field has no value
HAS_STRINGEQUALS() Determine if STRINGEQUALS has a value

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."

Accessible with the following methods

Method Description
GET_STRINGNOTEQUALS() Getter for STRINGNOTEQUALS, with configurable default
ASK_STRINGNOTEQUALS() Getter for STRINGNOTEQUALS w/ exceptions if field has no val
HAS_STRINGNOTEQUALS() Determine if STRINGNOTEQUALS has a value

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".

Accessible with the following methods

Method Description
GET_STRINGLIKE() Getter for STRINGLIKE, with configurable default
ASK_STRINGLIKE() Getter for STRINGLIKE w/ exceptions if field has no value
HAS_STRINGLIKE() Determine if STRINGLIKE has a value

StringNotLike

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

Accessible with the following methods

Method Description
GET_STRINGNOTLIKE() Getter for STRINGNOTLIKE, with configurable default
ASK_STRINGNOTLIKE() Getter for STRINGNOTLIKE w/ exceptions if field has no value
HAS_STRINGNOTLIKE() Determine if STRINGNOTLIKE has a value