Learn R Programming

paws.management (version 0.5.0)

cloudwatchinternetmonitor_list_health_events: Lists all health events for a monitor in Amazon CloudWatch Internet Monitor

Description

Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end time and the status.

See https://www.paws-r-sdk.com/docs/cloudwatchinternetmonitor_list_health_events/ for full documentation.

Usage

cloudwatchinternetmonitor_list_health_events(
  MonitorName,
  StartTime = NULL,
  EndTime = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  EventStatus = NULL
)

Arguments

MonitorName

[required] The name of the monitor.

StartTime

The time when a health event started.

EndTime

The time when a health event ended. If the health event is still ongoing, then the end time is not set.

NextToken

The token for the next set of results. You receive this token from a previous call.

MaxResults

The number of health event objects that you want to return with this call.

EventStatus

The status of a health event.