Container for the parameters to the DescribeEvents operation.

Returns list of event descriptions matching criteria up to the last 6 weeks.

NOTE: This action returns the most recent 1,000 events from the specified NextToken.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeEventsRequest : AmazonWebServiceRequest
Public Class DescribeEventsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeEventsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeEventsRequest()()()()
Initializes a new instance of the DescribeEventsRequest class
ApplicationName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

Constraints:

Length
1 - 100

EndTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
EnvironmentId
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
EnvironmentName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

Constraints:

Length
4 - 23

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.)
MaxRecords
Specifies the maximum number of events that can be returned, beginning with the most recent event.

Constraints:

Range
1 - 1000

NextToken
Pagination token. If specified, the events return the next batch of results.
RequestId
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
Severity
If specified, limits the events returned from this call to include only those with the specified severity or higher.

Constraints:

Allowed Values
TRACE, DEBUG, INFO, WARN, ERROR, FATAL

StartTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
TemplateName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

Constraints:

Length
1 - 100

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VersionLabel
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.

Constraints:

Length
1 - 100

WithApplicationName(String)
Sets the ApplicationName property
WithEndTime(DateTime)
Sets the EndTime property
WithEnvironmentId(String)
Sets the EnvironmentId property
WithEnvironmentName(String)
Sets the EnvironmentName property
WithMaxRecords(Int32)
Sets the MaxRecords property
WithNextToken(String)
Sets the NextToken property
WithRequestId(String)
Sets the RequestId property
WithSeverity(String)
Sets the Severity property
WithStartTime(DateTime)
Sets the StartTime property
WithTemplateName(String)
Sets the TemplateName property
WithVersionLabel(String)
Sets the VersionLabel property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.Model..::..DescribeEventsRequest

See Also