/AWS1/CL_R5ASERVICE¶
The service for a cross account role.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_crossaccountrole TYPE /AWS1/R5AIAMROLEARN /AWS1/R5AIAMROLEARN¶
The cross account role for a service.
iv_externalid TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING¶
The external ID (secret key) for the service.
iv_clusterarn TYPE /AWS1/R5AECSCLUSTERARN /AWS1/R5AECSCLUSTERARN¶
The cluster Amazon Resource Name (ARN) for a service.
iv_servicearn TYPE /AWS1/R5AECSSERVICEARN /AWS1/R5AECSSERVICEARN¶
The Amazon Resource Name (ARN) for a service.
Queryable Attributes¶
crossAccountRole¶
The cross account role for a service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CROSSACCOUNTROLE() |
Getter for CROSSACCOUNTROLE, with configurable default |
ASK_CROSSACCOUNTROLE() |
Getter for CROSSACCOUNTROLE w/ exceptions if field has no va |
HAS_CROSSACCOUNTROLE() |
Determine if CROSSACCOUNTROLE has a value |
externalId¶
The external ID (secret key) for the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALID() |
Getter for EXTERNALID, with configurable default |
ASK_EXTERNALID() |
Getter for EXTERNALID w/ exceptions if field has no value |
HAS_EXTERNALID() |
Determine if EXTERNALID has a value |
clusterArn¶
The cluster Amazon Resource Name (ARN) for a service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERARN() |
Getter for CLUSTERARN, with configurable default |
ASK_CLUSTERARN() |
Getter for CLUSTERARN w/ exceptions if field has no value |
HAS_CLUSTERARN() |
Determine if CLUSTERARN has a value |
serviceArn¶
The Amazon Resource Name (ARN) for a service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN 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_SERVICELIST¶
TYPES TT_SERVICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ASERVICE WITH DEFAULT KEY
.