/AWS1/CL_R5AEVENTSOURCEMAPPING¶
The Amazon Web Services Lambda event source mapping configuration, containing the resource ARN and optional cross-account configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/R5AEVENTSOURCEMAPPINGARN /AWS1/R5AEVENTSOURCEMAPPINGARN¶
The Amazon Resource Name (ARN) of the Lambda event source mapping.
Optional arguments:¶
iv_crossaccountrole TYPE /AWS1/R5AIAMROLEARN /AWS1/R5AIAMROLEARN¶
The cross account role for the configuration.
iv_externalid TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING¶
The external ID (secret key) for the configuration.
Queryable Attributes¶
crossAccountRole¶
The cross account role for the configuration.
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 configuration.
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 |
arn¶
The Amazon Resource Name (ARN) of the Lambda event source mapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN 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_REGIONEVENTSOURCEMAPPINGMAP¶
TYPES TT_REGIONEVENTSOURCEMAPPINGMAP TYPE HASHED TABLE OF /AWS1/CL_R5AEVENTSOURCEMAPPING=>TS_REGIONEVSRCMAPMAP_MAPROW WITH UNIQUE KEY key
.
TS_REGIONEVSRCMAPMAP_MAPROW¶
TYPES: BEGIN OF TS_REGIONEVSRCMAPMAP_MAPROW,
key TYPE /AWS1/R5AREGION,
value TYPE REF TO /AWS1/CL_R5AEVENTSOURCEMAPPING,
END OF TS_REGIONEVSRCMAPMAP_MAPROW.