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 DescribeEvents operation. 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.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DescribeEventsRequest : AmazonRDSRequest IAmazonWebServiceRequest
The DescribeEventsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeEventsRequest() |
Empty constructor used to set properties independently even when a simple constructor is available |
Name | Type | Description | |
---|---|---|---|
![]() |
Duration | System.Int32 |
Gets and sets the property Duration. The number of minutes to retrieve events for. Default: 60 |
![]() |
EndTime | System.DateTime |
Gets and sets the property EndTimeUtc. This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EndTimeUtc instead. Setting either EndTime or EndTimeUtc results in both EndTime and EndTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EndTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service. The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page. Example: 2009-07-08T18:00Z |
![]() |
EndTimeUtc | System.DateTime |
Gets and sets the property EndTimeUtc. The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page. Example: 2009-07-08T18:00Z |
![]() |
EventCategories | System.Collections.Generic.List<System.String> |
Gets and sets the property EventCategories. A list of event categories that trigger notifications for a event notification subscription. |
![]() |
Filters | System.Collections.Generic.List<Amazon.RDS.Model.Filter> |
Gets and sets the property Filters. This parameter isn't currently supported. |
![]() |
Marker | System.String |
Gets and sets the property Marker.
An optional pagination token provided by a previous DescribeEvents request. If this
parameter is specified, the response includes only records beyond the marker, up to
the value specified by |
![]() |
MaxRecords | System.Int32 |
Gets and sets the property MaxRecords.
The maximum number of records to include in the response. If more records exist than
the specified Default: 100 Constraints: Minimum 20, maximum 100. |
![]() |
SourceIdentifier | System.String |
Gets and sets the property SourceIdentifier. The identifier of the event source for which events are returned. If not specified, then all sources are included in the response. Constraints:
|
![]() |
SourceType | Amazon.RDS.SourceType |
Gets and sets the property SourceType. The event source to retrieve events for. If no value is specified, all events are returned. |
![]() |
StartTime | System.DateTime |
Gets and sets the property StartTimeUtc. This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. StartTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service. The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page. Example: 2009-07-08T18:00Z |
![]() |
StartTimeUtc | System.DateTime |
Gets and sets the property StartTimeUtc. The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page. Example: 2009-07-08T18:00Z |
.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