Skip to content

/AWS1/CL_REVTARGETSOURCE

Contains an effective RTO or RPO value and its source.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_value TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER

The RTO or RPO value in minutes.

iv_policyname TYPE /AWS1/REVENTITYNAME /AWS1/REVENTITYNAME

Resource name (used in ARN — no spaces allowed).

iv_source TYPE /AWS1/REVPOLICYVALUESOURCE /AWS1/REVPOLICYVALUESOURCE

Indicates whether the value comes from the service's own account or a cross-account policy.


Queryable Attributes

value

The RTO or RPO value in minutes.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

policyName

Resource name (used in ARN — no spaces allowed).

Accessible with the following methods

Method Description
GET_POLICYNAME() Getter for POLICYNAME, with configurable default
ASK_POLICYNAME() Getter for POLICYNAME w/ exceptions if field has no value
HAS_POLICYNAME() Determine if POLICYNAME has a value

source

Indicates whether the value comes from the service's own account or a cross-account policy.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE, with configurable default
ASK_SOURCE() Getter for SOURCE w/ exceptions if field has no value
HAS_SOURCE() Determine if SOURCE has a value