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 clusters, security groups, snapshots, and parameter groups for the past 14 days. Events specific to a particular cluster, security group, snapshot or parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

Note:

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

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

Syntax

C#
public abstract DescribeEventsResponse DescribeEvents()

Return Value


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

Version Information

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

See Also