/AWS1/CL_BUPCONDITIONPARAMETER¶
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"
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_conditionkey
TYPE /AWS1/BUPCONDITIONKEY
/AWS1/BUPCONDITIONKEY
¶
The key in a key-value pair. For example, in the tag
Department: Accounting
,Department
is the key.
iv_conditionvalue
TYPE /AWS1/BUPCONDITIONVALUE
/AWS1/BUPCONDITIONVALUE
¶
The value in a key-value pair. For example, in the tag
Department: Accounting
,Accounting
is the value.
Queryable Attributes¶
ConditionKey¶
The key in a key-value pair. For example, in the tag
Department: Accounting
,Department
is the key.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITIONKEY() |
Getter for CONDITIONKEY, with configurable default |
ASK_CONDITIONKEY() |
Getter for CONDITIONKEY w/ exceptions if field has no value |
HAS_CONDITIONKEY() |
Determine if CONDITIONKEY has a value |
ConditionValue¶
The value in a key-value pair. For example, in the tag
Department: Accounting
,Accounting
is the value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITIONVALUE() |
Getter for CONDITIONVALUE, with configurable default |
ASK_CONDITIONVALUE() |
Getter for CONDITIONVALUE w/ exceptions if field has no valu |
HAS_CONDITIONVALUE() |
Determine if CONDITIONVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONDITIONPARAMETERS
¶
TYPES TT_CONDITIONPARAMETERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPCONDITIONPARAMETER WITH DEFAULT KEY
.