A ManagedNotificationChildEvent is a notification-focused representation of an event. They contain semantic information used to create aggregated or non-aggregated end-user notifications.
Contents
- aggregateManagedNotificationEventArn
-
The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this Managed Notification Child Event.
Type: String
Pattern:
arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\-]{3,64}/sub-category/[a-zA-Z0-9\-]{3,64}/event/[a-z0-9]{27}
Required: Yes
- id
-
The unique identifier for a Managed Notification Child Event.
Type: String
Pattern:
[a-z0-9]{27}
Required: Yes
- messageComponents
-
Describes the components of a notification message.
Type: MessageComponents object
Required: Yes
- notificationType
-
The type of event causing the notification.
-
Values:
-
ALERT
-
A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.
-
-
WARNING
-
A notification about an event where an issue is about to arise. For example, something is approaching a threshold.
-
-
ANNOUNCEMENT
-
A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.
-
-
INFORMATIONAL
-
A notification about informational messages. For example, recommendations, service announcements, or reminders.
-
-
Type: String
Valid Values:
ALERT | WARNING | ANNOUNCEMENT | INFORMATIONAL
Required: Yes
-
- schemaVersion
-
The schema version of the Managed Notification Child Event.
Type: String
Valid Values:
v1.0
Required: Yes
- textParts
-
A list of text values.
Type: String to TextPartValue object map
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
[A-Za-z0-9_]+
Required: Yes
- aggregationDetail
-
Provides detailed information about the dimensions used for event summarization and aggregation.
Type: AggregationDetail object
Required: No
- endTime
-
The end time of the event.
Type: Timestamp
Required: No
- eventStatus
-
The assesed nature of the event.
-
Values:
-
HEALTHY
-
All
EventRules
areACTIVE
.
-
-
UNHEALTHY
-
Some
EventRules
areACTIVE
and some areINACTIVE
.
-
-
Type: String
Valid Values:
HEALTHY | UNHEALTHY
Required: No
-
- organizationalUnitId
-
The Organizational Unit Id that an AWS account belongs to.
Type: String
Pattern:
Root|ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}
Required: No
- sourceEventDetailUrl
-
The source event URL.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2000.
Pattern:
(https?)://.*
Required: No
- sourceEventDetailUrlDisplayText
-
The detailed URL for the source event.
Type: String
Required: No
- startTime
-
The notification event start time.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: