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.

Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days. Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be obtained by providing the name as a parameter.

For more information on working with events, see Monitoring Amazon RDS events in the Amazon RDS User Guide and Monitoring Amazon Aurora events in the Amazon Aurora User Guide.

By default, RDS returns events that were generated in the past hour.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeEventsAsync.

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

Syntax

C#
public abstract DescribeEventsResponse DescribeEvents(
         DescribeEventsRequest request
)

Parameters

request
Type: Amazon.RDS.Model.DescribeEventsRequest

Container for the necessary parameters to execute the DescribeEvents service method.

Return Value


The response from the DescribeEvents service method, as returned by RDS.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also