NotificationEventOverview
Describes a short summary of a NotificationEvent. This is only used when listing notification events.
Contents
- arn
 - 
               
The Amazon Resource Name (ARN) of the resource.
Type: String
Pattern:
arn:[-.a-z0-9]{1,63}:notifications:[-.a-z0-9]{1,63}:[0-9]{12}:configuration/[a-z0-9]{27}/event/[a-z0-9]{27}Required: Yes
 - creationTime
 - 
               
The creation time of the
NotificationEvent.Type: Timestamp
Required: Yes
 - notificationConfigurationArn
 - 
               
The ARN of the
NotificationConfiguration.Type: String
Pattern:
arn:aws:notifications::[0-9]{12}:configuration/[a-z0-9]{27}Required: Yes
 - notificationEvent
 - 
               
Refers to a
NotificationEventSummaryobject.Similar in structure to
contentin theGetNotificationEventresponse.Type: NotificationEventSummary object
Required: Yes
 - 
               
The account name containing the
NotificationHub.Type: String
Pattern:
\d{12}Required: Yes
 - aggregateNotificationEventArn
 - 
               
The ARN of the
aggregatedNotificationEventArnto match.Type: String
Pattern:
arn:[-.a-z0-9]{1,63}:notifications:[-.a-z0-9]{1,63}:[0-9]{12}:configuration/[a-z0-9]{27}/event/[a-z0-9]{27}Required: No
 - aggregationEventType
 - 
               
The
NotificationConfiguration's aggregation type.- 
                     
Values:
- 
                           
AGGREGATE- 
                                 
The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.
 
 - 
                                 
 - 
                           
CHILD- 
                                 
Some
EventRulesareACTIVEand some areINACTIVE. Any call can be run. 
 - 
                                 
 - 
                           
NONE- 
                                 
The notification isn't aggregated.
 
 - 
                                 
 
 - 
                           
 
Type: String
Valid Values:
AGGREGATE | CHILD | NONERequired: No
 - 
                     
 - aggregationSummary
 - 
               
Provides an aggregated summary data for notification events.
Type: AggregationSummary object
Required: No
 - organizationalUnitId
 - 
               
The unique identifier of the organizational unit in the notification event overview.
Type: String
Pattern:
(Root|r-[0-9a-z]{4,32}|ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: