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 4.5
 
Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

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

Syntax

C#
public virtual RequestEnvironmentInfoResponse RequestEnvironmentInfo(
         RequestEnvironmentInfoRequest request
)

Parameters

request
Type: Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest

Container for the necessary parameters to execute the RequestEnvironmentInfo service method.

Return Value
Type: Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse
The response from the RequestEnvironmentInfo service method, as returned by ElasticBeanstalk.

Version Information

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