Lists all health events for a monitor in Amazon CloudWatch Internet Monitor
Source:R/cloudwatchinternetmonitor_operations.R
cloudwatchinternetmonitor_list_health_events.RdLists 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.
Usage
cloudwatchinternetmonitor_list_health_events(
MonitorName,
StartTime = NULL,
EndTime = NULL,
NextToken = NULL,
MaxResults = NULL,
EventStatus = NULL,
LinkedAccountId = 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.
- LinkedAccountId
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.