/AWS1/CL_CWFTARGETRESOURCE¶
A target resource in a scope. The resource is identified by a Region and an account, defined by a target identifier. A target identifier is made up of a target ID (currently always an account ID) and a target type (currently always ACCOUNT).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_targetidentifier TYPE REF TO /AWS1/CL_CWFTARGETIDENTIFIER /AWS1/CL_CWFTARGETIDENTIFIER¶
A target identifier is a pair of identifying information for a scope. A target identifier is made up of a targetID (currently always an account ID) and a targetType (currently always an account).
iv_region TYPE /AWS1/CWFAWSREGION /AWS1/CWFAWSREGION¶
The Amazon Web Services Region for the scope.
Queryable Attributes¶
targetIdentifier¶
A target identifier is a pair of identifying information for a scope. A target identifier is made up of a targetID (currently always an account ID) and a targetType (currently always an account).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETIDENTIFIER() |
Getter for TARGETIDENTIFIER |
region¶
The Amazon Web Services Region for the scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION 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_TARGETRESOURCELIST¶
TYPES TT_TARGETRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWFTARGETRESOURCE WITH DEFAULT KEY
.