lightsail_get_relational_database_events: Returns a list of events for a specific database in Amazon...

View source: R/lightsail_operations.R

lightsail_get_relational_database_eventsR Documentation

Returns a list of events for a specific database in Amazon Lightsail

Description

Returns a list of events for a specific database in Amazon Lightsail.

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

Usage

lightsail_get_relational_database_events(
  relationalDatabaseName,
  durationInMinutes = NULL,
  pageToken = NULL
)

Arguments

relationalDatabaseName

[required] The name of the database from which to get events.

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).

pageToken

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

To get a page token, perform an initial get_relational_database_events 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.