/AWS1/CL_R5ERESOURCE¶
The resource element of a resource set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_componentid TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING¶
The component identifier of the resource, generated when DNS target resource is used.
io_dnstargetresource TYPE REF TO /AWS1/CL_R5EDNSTARGETRESOURCE /AWS1/CL_R5EDNSTARGETRESOURCE¶
The DNS target resource.
it_readinessscopes TYPE /AWS1/CL_R5E__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.
iv_resourcearn TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING¶
The Amazon Resource Name (ARN) of the Amazon Web Services resource.
Queryable Attributes¶
ComponentId¶
The component identifier of the resource, generated when DNS target resource is used.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_COMPONENTID() | Getter for COMPONENTID, with configurable default | 
| ASK_COMPONENTID() | Getter for COMPONENTID w/ exceptions if field has no value | 
| HAS_COMPONENTID() | Determine if COMPONENTID has a value | 
DnsTargetResource¶
The DNS target resource.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DNSTARGETRESOURCE() | Getter for DNSTARGETRESOURCE | 
ReadinessScopes¶
A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_READINESSSCOPES() | Getter for READINESSSCOPES, with configurable default | 
| ASK_READINESSSCOPES() | Getter for READINESSSCOPES w/ exceptions if field has no val | 
| HAS_READINESSSCOPES() | Determine if READINESSSCOPES has a value | 
ResourceArn¶
The Amazon Resource Name (ARN) of the Amazon Web Services resource.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_RESOURCEARN() | Getter for RESOURCEARN, with configurable default | 
| ASK_RESOURCEARN() | Getter for RESOURCEARN w/ exceptions if field has no value | 
| HAS_RESOURCEARN() | Determine if RESOURCEARN 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___LISTOFRESOURCE¶
TYPES TT___LISTOFRESOURCE TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ERESOURCE WITH DEFAULT KEY
.