Container for the parameters to the DescribeEvents operation.
Namespace: Amazon.ElasticBeanstalk.ModelReturns 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.
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 |
| Member | Description | |
|---|---|---|
| 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: | |
| 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: | |
| Equals(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: | |
| 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: | |
| 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: | |
| ToString()()()() | (Inherited from Object.) | |
| VersionLabel |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
Constraints: | |
| 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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeEventsRequest