notificationEvents property

List<NotificationEvent>? notificationEvents
final

The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the AWS Systems Manager User Guide.

Implementation

final List<NotificationEvent>? notificationEvents;