AWS SDK for .NET Documentation
RequestEnvironmentInfoRequest Class
AmazonAmazon.ElasticBeanstalk.ModelRequestEnvironmentInfoRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the RequestEnvironmentInfo operation. 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 class RequestEnvironmentInfoRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RequestEnvironmentInfoRequest()()()()
Initializes a new instance of the RequestEnvironmentInfoRequest class

EnvironmentId
Gets and sets the property EnvironmentId.

The ID of the environment of the requested data.

If no such environment is found,

CopyC#
RequestEnvironmentInfo
returns an
CopyC#
InvalidParameterValue
error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns

CopyC#
MissingRequiredParameter
error.


EnvironmentName
Gets and sets the property EnvironmentName.

The name of the environment of the requested data.

If no such environment is found,

CopyC#
RequestEnvironmentInfo
returns an
CopyC#
InvalidParameterValue
error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns

CopyC#
MissingRequiredParameter
error.


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.)
InfoType
Gets and sets the property InfoType.

The type of information to request.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEnvironmentId(String) Obsolete.
Sets the EnvironmentId property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

WithInfoType(String) Obsolete.
Sets the InfoType property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RequestEnvironmentInfoRequest

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