elasticbeanstalk_retrieve_environment_info: Retrieves the compiled information from a...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_retrieve_environment_infoR Documentation

Retrieves the compiled information from a RequestEnvironmentInfo request

Description

Retrieves the compiled information from a request_environment_info request.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_retrieve_environment_info/ for full documentation.

Usage

elasticbeanstalk_retrieve_environment_info(
  EnvironmentId = NULL,
  EnvironmentName = NULL,
  InfoType
)

Arguments

EnvironmentId

The ID of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

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

EnvironmentName

The name of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

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

InfoType

[required] The type of information to retrieve.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.