Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end times, and the status.
See https://www.paws-r-sdk.com/docs/cloudwatchinternetmonitor_list_health_events/ for full documentation.
cloudwatchinternetmonitor_list_health_events(
MonitorName,
StartTime = NULL,
EndTime = NULL,
NextToken = NULL,
MaxResults = NULL,
EventStatus = NULL,
LinkedAccountId = NULL
)
[required] The name of the monitor.
The time when a health event started.
The time when a health event ended. If the health event is still ongoing, then the end time is not set.
The token for the next set of results. You receive this token from a previous call.
The number of health event objects that you want to return with this call.
The status of a health event.
The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.