AWS SDK for .NET Documentation
DescribeEventsRequest Class
AmazonAmazon.ElastiCache.ModelDescribeEventsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeEvents operation.

The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Declaration Syntax
C#
public class DescribeEventsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeEventsRequest()()()()
Initializes a new instance of the DescribeEventsRequest class

Duration
The number of minutes' worth of events to retrieve.

EndTime
The end of the time interval for which to retrieve events, specified in ISO 8601 format.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

MaxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. Default: 100Constraints: minimum 20; maximum 100.

SourceIdentifier
The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

SourceType
The event source to retrieve events for. If no value is specified, all events are returned. Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

Constraints:

Allowed Values
cache-cluster, cache-parameter-group, cache-security-group, cache-subnet-group


StartTime
The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDuration(Int32) Obsolete.
Sets the Duration property

WithEndTime(DateTime) Obsolete.
Sets the EndTime property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithSourceIdentifier(String) Obsolete.
Sets the SourceIdentifier property

WithSourceType(String) Obsolete.
Sets the SourceType property

WithStartTime(DateTime) Obsolete.
Sets the StartTime property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeEventsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)