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.

Returns events related to Cache Clusters, Cache Security Groups, and Cache Parameter Groups for the past 14 days. Events specific to a particular Cache Cluster, Cache Security Group, or Cache Parameter Group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

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 to retrieve events for.

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 provided in the previous DescribeCacheClusters request. 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 may be retrieved.

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.

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)
Sets the Duration property

WithEndTime(DateTime)
Sets the EndTime property

WithMarker(String)
Sets the Marker property

WithMaxRecords(Int32)
Sets the MaxRecords property

WithSourceIdentifier(String)
Sets the SourceIdentifier property

WithSourceType(String)
Sets the SourceType property

WithStartTime(DateTime)
Sets the StartTime property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeEventsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)