/AWS1/CL_SCDEVENTBRIDGEPARAMS¶
The templated target type for the EventBridge
PutEvents
API operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_detailtype TYPE /AWS1/SCDDETAILTYPE /AWS1/SCDDETAILTYPE¶
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
iv_source TYPE /AWS1/SCDSOURCE /AWS1/SCDSOURCE¶
The source of the event.
Queryable Attributes¶
DetailType¶
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILTYPE() |
Getter for DETAILTYPE, with configurable default |
ASK_DETAILTYPE() |
Getter for DETAILTYPE w/ exceptions if field has no value |
HAS_DETAILTYPE() |
Determine if DETAILTYPE has a value |
Source¶
The source of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |