/AWS1/CL_WKRWICKRAWSNETWORKS¶
Identifies a Amazon Web Services Wickr network by region and network ID, used for configuring permitted networks for global federation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_region TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').
iv_networkid TYPE /AWS1/WKRNETWORKID /AWS1/WKRNETWORKID¶
The network ID of the Wickr Amazon Web Services network.
Queryable Attributes¶
region¶
The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').
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 |
networkId¶
The network ID of the Wickr Amazon Web Services network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKID() |
Getter for NETWORKID, with configurable default |
ASK_NETWORKID() |
Getter for NETWORKID w/ exceptions if field has no value |
HAS_NETWORKID() |
Determine if NETWORKID 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_WICKRAWSNETWORKSLIST¶
TYPES TT_WICKRAWSNETWORKSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRWICKRAWSNETWORKS WITH DEFAULT KEY
.