AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListInternetEvents operation. Lists internet events that cause performance or availability issues for client locations. Amazon CloudWatch Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers.

You can constrain the list of internet events returned by providing a start time and end time to define a total time frame for events you want to list. Both start time and end time specify the time when an event started. End time is optional. If you don't include it, the default end time is the current time.

You can also limit the events returned to a specific status (ACTIVE or RESOLVED) or type (PERFORMANCE or AVAILABILITY).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.InternetMonitor.AmazonInternetMonitorRequest
      Amazon.InternetMonitor.Model.ListInternetEventsRequest

Namespace: Amazon.InternetMonitor.Model
Assembly: AWSSDK.InternetMonitor.dll
Version: 3.x.y.z

Syntax

C#
public class ListInternetEventsRequest : AmazonInternetMonitorRequest
         IAmazonWebServiceRequest

The ListInternetEventsRequest type exposes the following members

Constructors

NameDescription
Public Method ListInternetEventsRequest()

Properties

NameTypeDescription
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end time of the time window that you want to get a list of internet events for.

Public Property EventStatus System.String

Gets and sets the property EventStatus.

The status of an internet event.

Public Property EventType System.String

Gets and sets the property EventType.

The type of network impairment.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The number of query results that you want to return with this call.

Public Property NextToken System.String

Gets and sets the property NextToken.

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

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time of the time window that you want to get a list of internet events for.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5