/AWS1/CL_CFSRESOURCEKEY¶
The details that identify a resource within Config, including the resource type and resource ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/CFSRESOURCETYPE /AWS1/CFSRESOURCETYPE¶
The resource type.
iv_resourceid TYPE /AWS1/CFSRESOURCEID /AWS1/CFSRESOURCEID¶
The ID of the resource (for example., sg-xxxxxx).
Queryable Attributes¶
resourceType¶
The resource type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
resourceId¶
The ID of the resource (for example., sg-xxxxxx).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID 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_RESOURCEKEYS¶
TYPES TT_RESOURCEKEYS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSRESOURCEKEY WITH DEFAULT KEY
.