Skip to content

/AWS1/CL_UNTSOURCEEVENTMETSUMM

Contains metadata about the event that caused the NotificationEvent. For other specific values, see sourceEventMetadata.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_source TYPE /AWS1/UNTSTRING /AWS1/UNTSTRING

The matched event source.

Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, aws.ec2 and aws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.

iv_eventtype TYPE /AWS1/UNTSTRING /AWS1/UNTSTRING

The event type to match.

Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.

Optional arguments:

iv_eventoriginregion TYPE /AWS1/UNTSTRING /AWS1/UNTSTRING

The Region where the notification originated.

Unavailable for aggregated notifications.


Queryable Attributes

eventOriginRegion

The Region where the notification originated.

Unavailable for aggregated notifications.

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 matched event source.

Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, aws.ec2 and aws.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 to match.

Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. 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_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