AWS SDK for .NET Documentation
RequestEnvironmentInfo Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkClientRequestEnvironmentInfo(RequestEnvironmentInfoRequest) Did this page help you?   Yes   No    Tell us about it...
Initiates a request to compile the specified type of information of the deployed environment.

Setting the

CopyC#
InfoType
to
CopyC#
tail
compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. Use RetrieveEnvironmentInfo to access the compiled information.

Related Topics

Declaration Syntax
C#
public RequestEnvironmentInfoResponse RequestEnvironmentInfo(
	RequestEnvironmentInfoRequest request
)
Parameters
request (RequestEnvironmentInfoRequest)
Container for the necessary parameters to execute the RequestEnvironmentInfo service method.
Return Value
The response from the RequestEnvironmentInfo service method, as returned by ElasticBeanstalk.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)