NotificationEventOverview - AWS User Notifications
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 NotificationEventSummary object.

Similar in structure to content in the GetNotificationEvent response.

Type: NotificationEventSummary object

Required: Yes

relatedAccount

The account name containing the NotificationHub.

Type: String

Pattern: \d{12}

Required: Yes

aggregateNotificationEventArn

The ARN of the aggregatedNotificationEventArn to 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 EventRules are ACTIVE and some are INACTIVE. Any call can be run.

    • NONE

      • The notification isn't aggregated.

Type: String

Valid Values: AGGREGATE | CHILD | NONE

Required: 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: