AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
Container for the parameters to the DescribeEvents operation. Returns list of event descriptions matching criteria up to the last 6 weeks. This action returns the most recent 1,000 events from the specified NextToken.

Inheritance Hierarchy

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

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeEventsRequest : AmazonElasticBeanstalkRequest
         IRequestEvents

The DescribeEventsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeEventsRequest() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

Public Property EndTime System.DateTime Gets and sets the property EndTime.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.

Public Property EnvironmentId System.String Gets and sets the property EnvironmentId.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

Public Property EnvironmentName System.String Gets and sets the property EnvironmentName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

Public Property MaxRecords System.Int32 Gets and sets the property MaxRecords.

Specifies the maximum number of events that can be returned, beginning with the most recent event.

Public Property NextToken System.String Gets and sets the property NextToken.

Pagination token. If specified, the events return the next batch of results.

Public Property RequestId System.String Gets and sets the property RequestId.

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

Public Property Severity Amazon.ElasticBeanstalk.EventSeverity Gets and sets the property Severity.

If specified, limits the events returned from this call to include only those with the specified severity or higher.

Public Property StartTime System.DateTime Gets and sets the property StartTime.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.

Public Property TemplateName System.String Gets and sets the property TemplateName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

Public Property VersionLabel System.String Gets and sets the property VersionLabel.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1