Initiates a request to compile the specified type of information of the deployed environment
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_request_environment_info.RdInitiates a request to compile the specified type of information of the deployed environment.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_request_environment_info/ for full documentation.
Usage
elasticbeanstalk_request_environment_info(
EnvironmentId = NULL,
EnvironmentName = NULL,
InfoType
)Arguments
- EnvironmentId
The ID of the environment of the requested data.
If no such environment is found,
request_environment_inforeturns anInvalidParameterValueerror.Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.- EnvironmentName
The name of the environment of the requested data.
If no such environment is found,
request_environment_inforeturns anInvalidParameterValueerror.Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.- InfoType
[required] The type of information to request.