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 GetRelationalDatabaseEvents operation. Returns a list of events for a specific database in Amazon Lightsail.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Lightsail.AmazonLightsailRequest
      Amazon.Lightsail.Model.GetRelationalDatabaseEventsRequest

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

Syntax

C#
public class GetRelationalDatabaseEventsRequest : AmazonLightsailRequest
         IAmazonWebServiceRequest

The GetRelationalDatabaseEventsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DurationInMinutes System.Int32

Gets and sets the property DurationInMinutes.

The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.

Default: 60

The minimum is 1 and the maximum is 14 days (20160 minutes).

Public Property PageToken System.String

Gets and sets the property PageToken.

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

Public Property RelationalDatabaseName System.String

Gets and sets the property RelationalDatabaseName.

The name of the database from which to get events.

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