/AWS1/CL_REVDISASTRRECSOURCE¶
Contains the effective disaster recovery approach value for a service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The disaster recovery approach value.
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 disaster recovery approach value.
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 |