/AWS1/CL_UNTMANAGEDSRCEVTMET00¶
A short summary and metadata for a managed notification event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_source
TYPE /AWS1/UNTSOURCE
/AWS1/UNTSOURCE
¶
The source service of the notification.
Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example,
aws.ec2
andaws.cloudwatch
. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
iv_eventtype
TYPE /AWS1/UNTEVENTTYPE
/AWS1/UNTEVENTTYPE
¶
The event Type of the notification.
Optional arguments:¶
iv_eventoriginregion
TYPE /AWS1/UNTREGION
/AWS1/UNTREGION
¶
The Region where the notification originated.
Queryable Attributes¶
eventOriginRegion¶
The Region where the notification originated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTORIGINREGION() |
Getter for EVENTORIGINREGION, with configurable default |
ASK_EVENTORIGINREGION() |
Getter for EVENTORIGINREGION w/ exceptions if field has no v |
HAS_EVENTORIGINREGION() |
Determine if EVENTORIGINREGION has a value |
source¶
The source service of the notification.
Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example,
aws.ec2
andaws.cloudwatch
. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
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 |
eventType¶
The event Type of the notification.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTTYPE() |
Getter for EVENTTYPE, with configurable default |
ASK_EVENTTYPE() |
Getter for EVENTTYPE w/ exceptions if field has no value |
HAS_EVENTTYPE() |
Determine if EVENTTYPE has a value |